Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Generally accepted style in Perl objects

by coreolyn (Parson)
on Dec 29, 2000 at 03:53 UTC ( [id://48727]=note: print w/replies, xml ) Need Help??


in reply to Generally accepted style in Perl objects

Well you're seriously wasting overhead programming in OO if you directly access the vars. As Damian Conway say's

Thou shalt not access thy encapsulated data directly lest thou screwe it up.1

By allowing yourself to take advantage of the casual nature of perl OO, you open yourself up to the problems that OO design seeks to avoid

coreolyn


1Object Oriented Perl pg. 82

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (2)
As of 2024-03-19 10:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found