gaddzeit
-
Had to generate a set of fake relative lat/long coordinates for demo. Would have made a good kata (rectangle of coordinates around centre)
10:23 PM May 27th
via Twitter for Mac
-
Using 3 view controllers (summary, table, and map) for 3 ways to work w result set of coordinates. Using segue to share entity across views.
10:20 PM May 27th
via Twitter for Mac
-
Creating entity class with association using NSSet; OCUnit test against SUT verifies that addFoo:foo method increments sut.foos by 1.
1:18 PM May 27th
via Twitter for Mac
-
iOS app ad-hoc distribution: in Xcode leave version as .9, increment the build (now 72), select Product>Archive and drop .ipa to @
11:53 AM May 27th
via Twitter for Mac
-
@ Thanks for that! I'm hoping in the near future to do a short screencast on OCMock for a service class with DI.
11:10 AM May 27th
via Twitter for Mac
in reply to mgrimes
-
really like AppCode for IDE/editor heavy-lifting (refactoring, tdd, nav, completion, quick fix) leaving Xcode to xib/storyboard work
3:45 AM May 20th
via Echofon
-
iOS app: created Settings.bundle "Map Override". Using NSUserDefaults integerForKey w switch case to display actual/override map location
5:35 PM May 26th
via Twitter for Mac
-
Making your code 10% more readable would probably outweigh the benefit of any other improvement you could make to it
6:41 AM May 25th
via web
-
Local JSON caching: in wrapper class around NSUserDefaults w key/value pairs containing JSON dictionaries, methods return hydrated entities
7:42 PM May 24th
via Twitter for Mac
-
Business logic? All behind the JSON server (ServiceStack)
7:39 PM May 24th
via Twitter for Mac
-
Break out: Storyboard: declarative UI. ViewController subclasses: programmatic UI & service method calls. Services/Repositories: JSON calls.
7:39 PM May 24th
via Twitter for Mac
-
Use AFNetworking to call the REST JSON server. On GET retrieve NSDictionary*, pass to initWithDictionary to "hydrate" entity & associations
7:07 PM May 24th
via Twitter for Mac
-
Tests against entities (essentially JSON-populated DTOs), repositories, service classes, wrapper classes, categories, and view controllers
7:01 PM May 24th
via Twitter for Mac
-
So far have 61 unit/integration tests (integration tests hit the JSON server). Using OCMock (to design service classes) and OCUnit
6:59 PM May 24th
via Twitter for Mac
-
I (preferably) generate-by-usage from unit test, or else generate sig in private category or public interface from .m file (via app code)
6:55 PM May 24th
via Twitter for Mac
-
I never create methods directly in the @ in .h files;
6:54 PM May 24th
via Twitter for Mac
-
On Sprint 7 of an iOS 5 project using Xcode and AppCode. Learning a ton. Going to start tweeting about new techniques learned.
6:48 PM May 24th
via Twitter for Mac
-
@ wondering if you have tried AppCode, which shares the same IDE "shell" (and optionally, key mappings) as RubyMine. Very useful IDE.
8:02 AM May 24th
via Twitter for iPhone
in reply to pilky
-
Whatever the language, its always good to see the suite of automated unit tests passing
4:26 PM May 18th
via Twitter for Mac
-
I'm starting to accidentally mix my objective c syntax into my C# code; thinking its a good sign that objective c is second-nature now
4:22 PM May 18th
via Twitter for Mac
|
- Name David Gadd
- Location Vancouver, BC
- Web http://codingsolu...
- Bio iOS, C# dev. Agile team: 1 week sprints, JIRA, git, branch-per-JIRA-ticket, TDD, DI w mocks, DDD. Use JetBrains AppCode, R#, & TeamCity.
|