• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problem when overriding new Apple methods with my categories, what is the best solution?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Problem when overriding new Apple methods with my categories, what is the best solution? (From: Aurélien Hugelé <email@hidden>)

  • Prev by Date: outlineViewSelectionIsChanging and arrow keys
  • Next by Date: CoreData/NSManagedObject accessor performance problems
  • Previous by thread: Problem when overriding new Apple methods with my categories, what is the best solution?
  • Next by thread: Re: Problem when overriding new Apple methods with my categories, what is the best solution?
  • Index(es):
    • Date
    • Thread