News Feed
Jobs Feed
Sections




News Archive
Debuggable Blog:
Programming Psychology II Private methods
July 08, 2008 @ 08:44:58

According to Felix Geisendorfer's newest post on the Debuggable blog, he thinks that "private and protected methods and properties are one of the most stupid concepts of OOP."

This is a thought I first shared at CakeFest Orlando this year, but could not explain properly at the time.

He illustrates with an example of a protected "balance" variable in a BankAccount class. Sure, it's marked as private but less skilled programmers might not use it that way. He recommends a method without the getters/setters to help make the usage of the variable a bit simpler. He also suggests that using protected/private scoping helps to promote "crappy code" - using them to provide a sort of protection for code that you either don't want getting used or hiding it away so the API can't get at it.

1 comment voice your opinion now!
private method protected bad concept stupid getter setter


blog comments powered by Disqus

Similar Posts

Bob Majdak: On SQL in PHP

DevShed: More on Private Methods with PHP 5 Member Visibility

Sebastian Bergmann's Blog: PHPUnit and Software Metrics

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

Adrian Schneider's Blog: Zend Framework Models - Part 1: Concepts


Community Events











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


opinion database interview series introduction testing rest podcast zendframework2 development example functional framework community conference phpunit language usergroup symfony2 release

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