Puzzling OO design problem

George Sakkis gsakkis at rutgers.edu
Sat Apr 9 14:35:43 EDT 2005


> Have you considered a 'macro' solution composing source?  If I were
handling so
> many versions, I would want a complete class definition for each
version rather
> than having to scan many sources for each implementation.

Can you elaborate on this a little ? You mean something like a
template-based code generating script that creates all the boilerplate
code for each version before you start customising it ? This could be
an option, though you'd better be pretty sure that the template is
frozen; you don't want to go back and fill in the template more than
once !

George




More information about the Python-list mailing list