[Zope-CMF] Re: ?is the class definition of CMFCatalogAware incorrect in SkinnedFolder
Dieter Maurer
dieter@handshake.de
Mon, 16 Sep 2002 20:00:59 +0200
Florent Guillaume writes:
> Rainer Thaden <thadi@gmx.de> wrote:
> > In PortalFolder the manage_afterAdd and manage_beforeDelete are
> > overridden to do nothing, so they are not indexed.
>
> Actually it's indexObject, unindexObject and reindexObject that are
> overriden to do nothing.
This sounds wrong, doesn't it?
"unindexObject" should be the inverse of "indexObject" and
after "reindexObject", the object should be indexed with up to date
values.
Names are essential for the understanding.
Methods should do what their names imply!
Dieter