Re: unique class name in Cocoa UI?
Re: unique class name in Cocoa UI?
- Subject: Re: unique class name in Cocoa UI?
- From: john <email@hidden>
- Date: Wed, 27 Oct 2004 19:42:34 -0400
Hi Katsura,
You may want to check out http://cocoadevcentral.com/ . They just
posted some nice looking articles Cocoa Style for Objective-C parts 1
and 2. There is good info on naming conventions - though you can find
the same information on Apple's website, these articles seem to target
a beginner so they are very easy to understand.
-- John
thanks! this information should be in WritingCocoaAUUIs.pdf. well, i
guess it's not AU plug-in specific but it applies to any piece of objc
code (e.g. plug-in) that runs in a shared context (e.g. host app).
so there is no scope, name space, or anything like that in objc so
that the host app can do something about it in the future? otherwise,
it is somewhat likely that there will be a conflict at some point
unless we all use class names like com_company_blah_blah_MyButton or
whatever. is there a such rule already in place and i just didn't
know?
anyways, i have to change my class names now. thanks again! :)
katsura
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden