Friday, February 20, 2009

Objective-C and Cocoa best practices on Stack Overflow

User pixel on Stack Overflow recently asked "What are best practices that you use when writing Objective-C and Cocoa?" and garnered a lot of good answers.

My favorite: using class extenstions (anonymous categories) to keep private method declarations in the .m file.

No comments: