On Sun, Oct 25, 2009 at 3:44 PM, Dick Bridges <dbrid...@codecomplete.com> wrote: > N.B. Switching from error codes to exception handling can be somewhat > disconcerting initially so it's probably not something you'd want to take on > if you are under strong time pressures.
In Cocoa, we don't use exceptions to handle cases other than programmer error. Since your code will probably interact with the framework at some point, it will probably be better if you do the same. --Kyle Sluder _______________________________________________ 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