Re: [Pyobjc-dev] nitpicking: lookUpClass vs. lookupClass
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-11-21 15:38:55
|
On Thursday, November 21, 2002, at 09:22 AM, Just van Rossum wrote: > I see Ronald has renamed lookup_class to lookUpClass. I would have > expected > lookupClass (with a lowercase u) as I tend to think of "lookup" as one > word. > Since english isn't my native tongue I can't really judge whether that > is > correct, or whether it really matters... We should follow the "conventions" as set forth in the ObjC API: [bumbox:IssueCenter/V3/Python] bbum% grep -i lookup /usr/include/objc/*.h /usr/include/objc/objc-runtime.h:OBJC_EXPORT id objc_lookUpClass(const char *name); b.bum |