Re: policy question
Re: policy question
- Subject: Re: policy question
- From: Sherm Pendley <email@hidden>
- Date: Mon, 24 Mar 2003 21:40:53 -0500
On Monday, March 24, 2003, at 09:28 PM, Lloyd Dupont wrote:
what about the old next way of doing initialisation:
self = [self init]
where init was susceptible to return nil.
is it discouraged ? or is it still correct to do ?
It's still used, but I usually see it written as:
self = [super init];
sherm--
Welcome to Rivendell, Mr. Anderson.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.