http://qs321.pair.com?node_id=310008


in reply to Re: Why get() and set() accessor methods are evil
in thread Why get() and set() accessor methods are evil

Thanks pg. You explained it much more clearly than I did. The last link I gave advocates returning objects instead of primitive types. This very neatly avoids the problem and moves your program closer to the "everything is an object" ideal of languages like Smalltalk.