Re: object = [[Class alloc] init]
Re: object = [[Class alloc] init]
- Subject: Re: object = [[Class alloc] init]
- From: Lloyd Dupont <email@hidden>
- Date: Mon, 14 Apr 2003 09:09:42 +1000
Perfect !
On Saturday, April 12, 2003, at 03:45 AM, David Blanton wrote:
Is this good Cocoa coding form:
object = [[Class alloc] init];
if(!object) // handle error
else
// do the next thing
David Blanton
"Cocoa FNG"
_______________________________________________
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.
_______________________________________________
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.