Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Class::InsideOut - yet another riff on inside out objects.

by adrianh (Chancellor)
on Dec 19, 2002 at 19:45 UTC ( [id://221226]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Class::InsideOut - yet another riff on inside out objects.
in thread Class::InsideOut - yet another riff on inside out objects.

Isn't that going to be done by that class's DESTROY method? That is, the "next" call will do it.

No. The NEXT is there in case we have inherited from another non-inside-out class that has its own DESTROY method.

The idea is that all of the sub-classes of Class::InsideOut can now avoid writing custom DESTROY methods since the base-class handles it for them.

Hopefully this makes some vague sort of sense :-)

  • Comment on Re^4: Class::InsideOut - yet another riff on inside out objects.

Replies are listed 'Best First'.
Re: Re^4: Class::InsideOut - yet another riff on inside out objects.
by John M. Dlugosz (Monsignor) on Dec 19, 2002 at 19:55 UTC
    Hmm, if the instance held a list of all valid attributes, then you would not need to search all attributes for all classes.

      True, but this list is impossible to determine at compile time since you can change an objects class with bless at any time.

      In theory you could replace bless with a custom version that tracked the object through it's class changes - but this is really just an optimisation - and it's a little early in the day for that :-)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://221226]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (8)
As of 2024-04-18 17:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found