Comment on "
Objective-C, Ruby and Python for Cocoa
"
by Michael Stroeck — Feb 21
In Ruby, if I find myself having to write out all this crap often, I can metaprogram it out of sight in one line of code.
Ah, but you can do that in Obj-C, too:
#import "FuckYouMaintainer.h"
I keeeed, I keeed :-)
Seriously, though, if you find yourself typing anything longer than 4 characters even once, you need to look up the term "autocompletion".
Back to "
Objective-C, Ruby and Python for Cocoa
"
Copyright © Scott Stevenson 2004-2015
by Michael Stroeck — Feb 21
Ah, but you can do that in Obj-C, too:
#import "FuckYouMaintainer.h"
I keeeed, I keeed :-)
Seriously, though, if you find yourself typing anything longer than 4 characters even once, you need to look up the term "autocompletion".