[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dia2code objc
From: |
Björn Gohla |
Subject: |
Re: dia2code objc |
Date: |
Tue, 26 Mar 2002 18:36:11 +0100 |
On Tuesday 26 March 2002 18:03, Frederic Stark wrote:
[...]
> * public methods are delcared in the main header
> * protected methods are declared in a separate category (which can be
> put in its own file)
> * private methods are declared in a category located at the start of the
> .m and implemented at the end.
i was thinking that too, but that would completely prohibit users from
calling the functions in it, perhaps forcing the user to handcraft some ugly
workaround should it turn out to be necessary to use the class in ways not
forseen by the designer.
> (To be frank, I have much more categories than that on a class, like one
> category per superclass from which methods are overriden, on category
> per informal protocol implementation, one per protocol implementation,
> one for primitive methods, etc, etc)
Re: dia2code objc, Philippe C.D. Robert, 2002/03/26
Re: dia2code objc, Nicola Pero, 2002/03/26
Re: dia2code objc, Bjoern Giesler, 2002/03/26
Re: dia2code objc, Björn Gohla, 2002/03/26