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

Secondly you can take a look at Inside-Out Objects

Ick. No offense, but that's a really outdated reference on the subject. My scratchpad has a section "Object-Oriented Perl - Inside-Out Technique" that has a more comprehensive set of Perlmonks posts on inside-out objects. For an even more comprehensive treatment, my YAPC::NA inside-out tutorial slides are online.

-xdg

Code written by xdg and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.

  • 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 bart (Canon) on Jul 25, 2006 at 21:05 UTC
    My scratchpad has a section "Object-Oriented Perl - Inside-Out Technique"
    Please do not point to your scratchpad in nodes. A scratchpad is not an official place for publication, it can change any time you like and there's nothing we can do about it, actually, it is intended to be changed at will.

    If you really feel your stuff is worth our while, for making it public in a permanent way, then publicize it somewhere more permanent. Like, here. Why point to your scratchpad, if you can just copy the relevant contents?

        Then why not post it somewhere in a regular node and commit to keeping that updated? (Like my Sites like PerlMonks list.) If you really really don’t want to make a new one for it, keep the list on your home node. Sure, you can update any of your nodes, so technically they’re all equivalent; it’s site-social convention though that the scratchpad is a place where you can stick things intermittently, basically an on-site pastebin for the chatterbox.

        Makeshifts last the longest.