Re: Coding norms
Re: Coding norms
- Subject: Re: Coding norms
- From: Lance Bland <email@hidden>
- Date: Thu, 12 Dec 2002 13:07:36 -0500
On Thursday, December 12, 2002, at 12:37 PM, Mike Ferris wrote:
>
For Cocoa itself, the general rule of thumb is that you declare public
>
methods.
>
[long explanation deleted]
hi-
I agree. Also, you should probably declare each one so the compiler
doesn't give warnings in implementations that use them. That is
especially true for non-32 bit arguments. I like to make an abstract
base class implementation for a delegate from which developers can
subclass from, or not, but just as a guide to possibly ease the making
of delegates.
-lance
------------------------------------
Lance Bland
mailto:email@hidden
VVI Is The #1 Visual-Report Tool Developer For Mac OS X
http://www.vvi.com
_______________________________________________
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.