|
|
| Come for the quick hacks, stay for the epiphanies. | |
| PerlMonks |
Re: Generally accepted style in Perl objectsby coreolyn (Parson) |
| on Dec 28, 2000 at 22:53 UTC ( [id://48727]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
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
1Object Oriented Perl pg. 82
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||