Re: SearchKit loading question
Re: SearchKit loading question
- Subject: Re: SearchKit loading question
- From: "M. Uli Kusterer" <email@hidden>
- Date: Thu, 6 Nov 2003 10:55:31 +0100
At 0:34 Uhr -0600 06.11.2003, Jonathan Wight wrote:
A quick moan, it's good to have AIAT/V-Twin back again - but the API
really needs work. Returning true/false on success/failure isn't
good enough - there needs to be a an API for getting an error
code/string.
That's an Apple design decision. CoreFoundation works the same. The
party line is something along the lines of:
Write your code so it can cope with all errors and checks
and fails *before* the actual call.
For debugging we're supposed to use the debug versions of
the libs, which supposedly give more information on the
possible errors.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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.