News Feed
Jobs Feed
Sections




News Archive
Alex Netkachov's Blog:
Are setters evil?
June 17, 2008 @ 09:36:03

Alex Netkachov has posted his own response to this opinion on the Typical Programmer on getters and setters in object-oriented applications.

"Do not use getters and setters" looks like a hastily advise, but its meaning is very important and it is "do not break encapsulation", which moves us to the question what the encapsulation is.

He notes that encapsulation is, in essence, hiding parts of the code away so that the user/other coders only see a little bit of the magic that happens. He argues that getters and setters are a valid part of the encapsulation process and that designing a good, easy to use system almost requires them.

0 comments voice your opinion now!
setter getter object oriented programming encapsulation


blog comments powered by Disqus

Similar Posts

DevShed: The Active Record Pattern, Concluded

Stefan Mischook's Blog: Why learn OOP in PHP - another take

PHP Security Blog: Month of PHP bugs

Nick Halstead's Blog: Programming Tips #7 & #8

Tobias Schlitt's Blog: Virtual Properties


Community Events









Don't see your event here?
Let us know!


opinion interview release phpunit example tool framework database object language code testing podcast community unittest composer development introduction api zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework