On Tuesday, June 23, 2009, at 11:14AM, "Kyle Sluder" <kyle.slu...@gmail.com> 
wrote:
>There is no reason you can't do this:
>
>BOOL a = [foo bar];
>BOOL b = [baz quux];
>return a || b;

And I would add a brief comment to each of the lines where you're relying on 
side effects, in case someone comes along later and is tempted (as I think 
would be natural) to simplify the code to [foo bar] || [baz quux].

--Andy


_______________________________________________

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

Reply via email to