[Zope] Idea for a new "basic" class

Casey Duncan cduncan@kaivo.com
Wed, 11 Jul 2001 11:24:43 -0600


Max M=F8ller Rasmussen wrote:
>=20
> During my process of discovering Zope, I have made quite a few products=
. I
> have allways found that there is a lot of repeated functionality and co=
de
> just to get them up and running.
>=20
> I have an idea for a "basic" class to be added to the Zope framework th=
at
> sets up the most comonly used mixin classes, and sets up sensible defau=
lt
> values for them.
>=20
> So to make a very simple Zope product you just need to write::
>=20
>     from basic import basic
>=20
>     class minimal(basic):
>         meta_type =3D 'minimal'
>=20

Perhaps this could be created as an "interface" class that has a bunch
of inline documentation, but no guts. They seem to be sprouting up all
over elsewhere in Zope...

Reminds me of my Object Pascal days 8^)...

--=20
| Casey Duncan
| Kaivo, Inc.
| cduncan@kaivo.com
`------------------>