Re: Professional Error Handling
Re: Professional Error Handling
- Subject: Re: Professional Error Handling
- From: Kyle Sluder <email@hidden>
- Date: Mon, 26 Oct 2009 00:37:51 -0700
On Sun, Oct 25, 2009 at 3:44 PM, Dick Bridges <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden