Re: [htmltmpl] RFC PATCH for Associating objects
Brought to you by:
samtregar
From: Sam T. <sa...@tr...> - 2005-02-11 21:41:36
|
On Fri, 11 Feb 2005, Scottsweep wrote: > I'm working from the standpoint of not making associate any more > complex, actually less so from the end user standpoint. From the standpoint of the maintainer it definitely looks more complex. > The thought of instantiating another object to do what can be done > in a few lines of code internally seems far more complex to me. These days I prefer less code in more modules. HTML::Template has reached a point where I'm extremely reluctant to add code to do work that could be done just as well in a separate module. Since this job can be handled outside of HTML::Template, I think it should be. -sam |