discuss-gnustep
[Top][All Lists]
Advanced

[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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]