[Zope3-dev] Plans for z3.py

Chris Withers chrisw@nipltd.com
Wed, 13 Feb 2002 17:11:15 +0000


Itamar Shtull-Trauring wrote:
> 
> You might want to use a specific naming convention:
> 
> Class ServerControl:
>     def command_start(self):
>       # xxx
>     def command_stop(self):
>       # xxx
> 
> i.e. commands are any method that begins with "command_". This makes
> adding utility methods much easier, since you can differentiate between
> published and non-published methods.

That is an abomination worthy of Zope 2!

Please, no magick...

Chris