[Zope-dev] Folder(id)

Chris Withers chrisw@nipltd.com
Wed, 24 Jul 2002 16:50:45 +0100


Florent Guillaume wrote:
> 
> Is anyone opposed to having a
>     def __init__(id=None, title=None):
>         if id is not None:    self.id = id
>         if title is not None: self.title = title
> in Folder ?

That would certainly make the code a lot clearer :-)

cheers,

Chris