Re: Code Completion
Re: Code Completion
- Subject: Re: Code Completion
- From: Sebastian Gomez Papiol <email@hidden>
- Date: Fri, 7 Mar 2003 01:35:45 +0100
cocoa-dev@lists. Point taken. But you still need to have some IDEA of
the method name even for code completion to work.
My point is, it's a nice convenience, not a necessity.
100% true, but 1 comment. ALL the cocoa methods and classes uses the
SAME STANDARD naming scheme.
ALL the cocoa words have these naming conventions:
instance variable myInstanceVariable
method myMethod
class MyClass
You DON'T need to know how to write every word in cocoa, you only need
to STUDY these simple name conventions.
For example, if you have a method named copy color into my view, you
MUST name it: copyColorIntoMyView quite simple, no?
_______________________________________________
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.