in reply to Re: Using the strict module in object oriented programming
in thread Using the strict module in object oriented programming

And just to throw my hat in the ring in favor of inside-out objects, I liked 'em when I first saw 'em, then I saw issues with serialization, destruction, threading, debugging, and so on. Unfortunately, I've been spoiled with a couple of years of working with really strong programmers. Then I move to a codebase with lots of crufty inherited code and programmers trying to work with this and I've completely changed my mind about inside-out objects. I strongly recommend them.

Cheers,
Ovid

New address of my CGI Course.

  • Comment on Re^2: Using the strict module in object oriented programming

Replies are listed 'Best First'.
Re^3: Using the strict module in object oriented programming
by jdhedden (Deacon) on Jul 25, 2006 at 20:17 UTC
    ... then I saw issues with serialization, destruction, threading, ...
    Object::InsideOut takes care of all these issues for you.

    Remember: There's always one more bug.