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

ActsAsFlinn Blog: PHP and ActiveRecord (continued)

Joshua Thompson's Blog: Return to Prototype Based Programming in PHP

Brandon Savage's Blog: 5 (Good) Lessons The Government Teaches Us About Object-Oriented Programming

DevShed: Working with Prepared Queries with PDO Objects in PHP 5

JSLabs Blog: Scaling PHP


Community Events







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


solar zend podcast conference pear doctrine book mysql api job zendframework codeigniter jquery developer server opinion phpunit microsoft wordpress framework

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