• 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
Consistent naming interfaces across all the Apple's Framework
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Consistent naming interfaces across all the Apple's Framework


  • Subject: Consistent naming interfaces across all the Apple's Framework
  • From: Stéphane Sudre <email@hidden>
  • Date: Wed, 30 Jun 2004 18:40:07 -0700

Is there something done to have consistent names across the various and numerous Cocoa Frameworks?

For instance, in the AppKit, delegate methods looks like this AFAIK:

- (void) transactionDidAbort:(id) aParameter;

In one kit, I've seen this:

- (void) transactionAborted:(id) aParameter;

The issue being that being used to the AppKit naming rules, you have to read the headers to get the real name of the method instead of relying on your experience with other frameworks.

My $0.02
_______________________________________________
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.


  • Prev by Date: Re: How read a CrashLog ?
  • Next by Date: Re: vanishing info in a global variable
  • Previous by thread: Re: Circular confusion with Cocoa bundles
  • Next by thread: Re: vanishing info in a global variable
  • Index(es):
    • Date
    • Thread