History for DesignQandA
??changed:
-
This is my first product in Python and Zope.
Design and programming suggestions from the masters will be gratefully received.
-- lstaffor 2000/03/09
<hr>
Is this class structure adequate for intended applications?
I.e. can it be subclassed and extended as you need?
-- lstaffor 2000/03/09
<hr>
What OO restructuring would admit PythonMethods and ExternalMethods as easily as DTMLMethods?
-- lstaffor 2000/03/09
<hr>
When might there exist such a large number of events,
so few of which are armed, that disarmed events should be unindexed?
Currently disarmed events are left in the schedule catalog.
There is no logical requirement to do this.
The thinking was that the catalog would also serve as a directory
of all events, armed or not.
However, every search of the catalog has to skip over the unarmed ones.
I can't imagine a system that has so many unarmed events
that this would be a problem.
-- lstaffor 2000/03/09
<hr>