July 2009
SunMonTueWedThuFriSat
« Jun Aug »
 1234
567891011
12131415161718
19202122232425
262728293031 

Day July 28, 2009

Code Organization in Xcode Projects

Xcode does not impose any structure to your source code tree. This is both cool and useful to quickly throw a couple of lines for a prototype, but in my experience, this approach does not scale. More often than not, without any hygiene, your project can become a mess. Just using Xcode defaults, after a [...]