Re: checking for non zero before ... (Was Re: semantics of init)
Re: checking for non zero before ... (Was Re: semantics of init)
- Subject: Re: checking for non zero before ... (Was Re: semantics of init)
- From: Jim Correia <email@hidden>
- Date: Wed, 4 Jun 2003 07:49:16 -0400
On Tuesday, June 3, 2003, at 11:22 PM, Andrew Pinski wrote:
You do not need to check if _myString are non NULL (zero) before
sending it a message except for speed reasons.
Or if the method returns a non-ID value, and you plan on using the
return value, since the return value is otherwise undefined.
Jim
_______________________________________________
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.