On Sun Sep 16 23:48:39 2007, adamkennedybackup@gmail.com wrote:
Show quoted text> Because naively allowing anyone to write unvalidated data to the
property is
Show quoted text> almost as bad as allowing people to naively write to the hash key.
>
> Thus, I'm almost certainly going to want to write setters myself, so
I can
Show quoted text> validate the input etc.
>
> Adam K
Fair enough. As you're no doubt aware, there is a difference in that
you can always add your own explicit setter later that does validation/
munging/black magic, and it won't disrupt any well-behaved code.
Shawn