in reply to List Wrapper for Object Methods.

What you're doing smells of being a god object, a mis-design in progress. Abandon hope all ye who enter here.

Super search for "god object"

Also, it smells like you're creating yet another database abstraction layer. Are you? Can you describe why the already existing OO-RDBMS mappersl ike Alzabo and Class::DBI need improvement to the extent that you think replacing them entirely is more effective?

Replies are listed 'Best First'.
Re^2: List Wrapper for Object Methods.
by pelagic (Priest) on Dec 03, 2004 at 15:45 UTC
    I freely admit: I'm not that experienced with OO.
    But instead of asking us all to Abandon hope you might be willing and able to post a hint on how to do it better.
    In case you would like to do so I put the POD of that code in question here: ---
    The idea to create the Class Archive::List is actually just to be able of serialising method invocations.

    (update: on dio's suggestion I put the POD directly into this node ....)

    pelagic