Consistent naming interfaces across all the Apple's Framework
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.