This post originated from an RSS feed registered with Java Buzz
by Kevin Dangoor.
Original Post: Why getters and setters are evil
Feed Title: Blue Sky On Mars
Feed URL: http://www.blueskyonmars.com/feed/?cat=8%2C13%2C14
Feed Description: Kevin Dangoor's Weblog of Technology, Entertainment and Life - Java only feed. For all articles, check out http://www.blueskyonmars.com
Allen Holub brings OO back to the front with Why getter and setter methods are evil The getter/setter idiom is a commonplace feature in many Java programs. Most of these accessor methods, however, are unnecessary and can severely impact your...