[Zope] ZClass Products question - sub-classing

Chris Withers chrisw@nipltd.com
Mon, 20 May 2002 09:08:52 +0100


Jeffrey Franks wrote:
> 
> How do I determine the classes I should subclass when
> creating a ZClass object?

Well, if you don't use ZClasses, then you can change your mind about this after
the event...

> How is such a design decision made when creating a new thingy?

With ZClasses, guess and pray you don't have to change your mind later.

With Python Products, guess and change your mind later when you discover exactly
what you need.

cheers,

Chris