Re: Problem when overriding new Apple methods with my categories, what is the best solution?
Re: Problem when overriding new Apple methods with my categories, what is the best solution?
- Subject: Re: Problem when overriding new Apple methods with my categories, what is the best solution?
- From: Jonathon Mah <email@hidden>
- Date: Fri, 15 Dec 2006 23:20:15 +1030
Hi Aurélien,
On 2006-12-15, at 20:44, Aurélien Hugelé wrote:
1/ use the *very same* framework build for 10.5 and 10.X, I do not
want to ship 2 versions of each app
2/ do not change our method names, i would like to have my method
names to be as consistent as possible, i hate using nasty things
like _myFilterUsingPredicate: or whatever. It is unreadable,
inconsistent and requires much changes on big applications. Cocoa
method names are just so great and natural.
3/ use Apple implementations as much as possible, i'm pretty
confident most of them are faster or less buggy than ours.
Well you can get 1 and 2 with #define isMainThread _myIsMainThread.
You might be able to do all three with the custom loading you
mentioned, perhaps with the help of <http://googlemac.blogspot.com/
2006/11/getting-loaded.html>.
Jonathon Mah
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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