On May 9, 2010, at 7:56 PM, Scott Anguish wrote: > This has been, or is being updated. > > The suggested pattern is now > > - (id)init > { > self = [super init]; > if (self) > { > > } > return self; > } > > All our documentation has been updated to reflect this (even if it hasn’t > necessarily made it out to the users yet)
Hi Scott. Is there any rationale for the change? Or just Evolution In Action? By the way, I concur with Thomas Davie: treating a pointer as a Boolean makes me nervous. Cheers, . . . . . . . . . Henry _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com