The Dark Side of Obj-C
Thursday, January 19, 2006
To offset the enthusiasm of my earlier posts on Objective-C, here is a list of annoying stuff about Objective-C and Xcode…
- Header Files. Really, two files for one class is a pain in neck. I’m seriously tempted to write a tool to read the source files and create the headers for me.
- Lack of refactoring support in Xcode.
- Remembering to put ‘@’ before NSString literals.
Maybe I’m just grouchy because my neck has been hurting for three days straight.