[Zope] Python Product Coding Guidelines? (constructor=...)

Dieter Maurer dieter@handshake.de
Fri, 25 Jan 2002 22:24:08 +0100


Thomas Guettler writes:
 > When I "grep" for the constructor syntax in the __init__.py files I see that
 > most people use the form constructor(manage_addFoo, ...)
 > 
 > The DevGuide just calls the function addForm. I think it would be
 > good if  there would be a guideline. This makes it easier to read other 
 > peoples
 > code.
I like the ZDG name more the the "manage_..." form.

But, it think this has really only minor importance.


Dieter