On Fri, 8 Aug 2003, Flavio S. Glock wrote:

> Dave Rolsky wrote:
> >
> > Anyway, does this API sound sane?  And if it does, anyone have any really
> > clever implementation ideas?  I have some scary ones involved AUTOLOAD and
> > constructing classes on the fly.
>
> help me understand it -
> Does something like DT::Incomplete could be a wrapping class?

No, this is so that we can mix and match additional behaviors that would
otherwise be done as subclasses.  Joshua's caching class is one obvious
example.  Another might a class that didn't die on invalid params, but
converted them to something valid.


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to