News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Typical Programmer Blog:
Doing it wrong getters and setters
June 16, 2008 @ 11:19:17

According to this new post on the Typical Programmer blog, using getters and setters in your scripts only adds in a bit of unnecessary coupling and complexity to your scripts that you just don't need.

Today most of the popular programming languages support objects, limiting scope, modularity, passing by value, and sophisticated built-in types. There should be no reason to deliberately expose an object's data to the rest of the code because the language can enforce encapsulation and data hiding.

While not specific to PHP, the post does recommend against them because of one simple reason common to all languages that make them possible - they "break the encapsulation OOP offers". For them, they're like a cheat to get around bad coding practices and are not needed to make a successful application work.

0 comments voice your opinion now!
getter setter break object oriented encapsulation scope bad



Similar Posts

JSLabs Blog: Scaling PHP

Adam Gotterer's Blog: Building an Object Collection Manager with the Standard PHP Library (SPL)

Alan Knowles' Blog: Licence to release PHP code?

Typical Programmer Blog: Doing it wrong: getters and setters

Stefan Mischook's Blog: A Question about object properties in PHP Classes


Community Events









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


microsoft framework drupal job codeigniter hiphop symfony opinion wordpress developer performance zendframework extension facebook windows apache release conference podcast feature

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