Does anybody know a good reference about Objective-C/Cocoa Best Practices?
Project organization, methodologies, naming and etc.
views:
178answers:
3
+1
A:
A great "K&R" style reference for objective-c is Programming in Objective C by Stephen G. Kochan.
Matt Bridges
2009-07-15 17:59:36
Thanks for the tip, Matt. I'm looking for something specific, not about the language itself, but how to organize projects, how to deal with project versions and stuffs like that. Do you think this book can help me?
goo
2009-07-15 18:13:45
+1
A:
As for versioning, definitely set up a version control system. I wrote a tutorial on that here.
Jonathan Sterling
2009-07-20 08:10:45