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


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

While making all of your accessors and mutators public is usually a bad idea, your example is just silly. If you change a public interface, of course things will break!

  • Comment on Re: Why get() and set() accessor methods are evil