object = [[Class alloc] init]
object = [[Class alloc] init]
- Subject: object = [[Class alloc] init]
- From: David Blanton <email@hidden>
- Date: Fri, 11 Apr 2003 11:45:55 -0600
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.