in reply to (jcwren) RE: RE: Something I wanted to share with the group.
in thread Something I wanted to share with the group.
Anyone who disagrees should simply stop and think about the process of pulling data out of a database and spitting out formatted HTML...
EDIT
I thought about it and an even better example would be something
like Parse::RecDescent. Pass it a string description of
a grammar. It generates a parser for you. An example of
automatic code generation of Perl in Perl which has been
recommended several times by the likes of merlyn.
So while I absolutely think that a lot of code generation tools are abysmal, code generation (even generation of Perl) is a concept that should not be categorically thrown away.
|
|---|