in reply to Re^3: Seeking inside-out object implementations
in thread Seeking inside-out object implementations

And frankly, inside-out objects are simple. Hardly more complicated than hash based objects.

If it wasn't for the DESTROY block issue I'd agree. However I've found it surprisingly easy to foul this up leading to memory leak issues that cause me more problems than the occasional development issue with encapsulation and typos.

  • Comment on Re^4: Seeking inside-out object implementations