Re: Coding norms
Re: Coding norms
- Subject: Re: Coding norms
- From: j o a r <email@hidden>
- Date: Thu, 12 Dec 2002 07:51:34 +0100
FWIW: I wouldn't declare delegate methods or private methods in the
header.
j o a r
On Thursday, Dec 12, 2002, at 06:48 Europe/Stockholm, Alan Nilsson
wrote:
1. Is it customary to declare delegate methods that a delegate class is
going to implement? For example, if you have an AppController class,
although it is not necessary to declare applicationDidFinishLaunching
in the
header, but is it customary to do so?
2. What do most people (or perhaps what does industry expect) in
regards to
private methods? For example, a method that is only used internally
by a
class can be simply defined at the top of the implementation file and
not
even declared in the header. What is the norm? Is there one?
Personal
preference?
_______________________________________________
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.
References: | |
| >Coding norms (From: Alan Nilsson <email@hidden>) |