Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Consistent naming interfaces across all the Apple's Framework



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.




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.