self = [super init]
October 27, 2008
Mike Ash on Cocoa Initializers. Great explanation of why you should use the debated self = [super init]
in your Objective-C initializers. For the other side of the argument, read Wil Shipley’s take.
October 27, 2008
Mike Ash on Cocoa Initializers. Great explanation of why you should use the debated self = [super init]
in your Objective-C initializers. For the other side of the argument, read Wil Shipley’s take.
Marc Charbonneau is a mobile software engineer in Portland, OR. Want to reply to this article? Get in touch on Twitter @mbcharbonneau.