News Feed
Jobs Feed
Sections




News Archive
Leszek Stachowski's Blog:
php anachronic coding standards
October 18, 2010 @ 13:46:27

In a new post to his blog Leszek Stachowski wonders about a coding convention that's still widely used when it comes to private methods in a class - the underscore prefix.

The question which comes instantly to my mind is: why? Is there any reason why this convention should be kept when PHP object oriented programming has gone a long way since PHP 4 (when there was no access modifiers and such underscore was the only fast way to distinguish public from, hmm, not public methods and properties) ? Are, for instance (as one of major OOP languages), Java coding standards pushing towards such naming convention? No!

He, like many other developers, are pushing to drop this kind of convention as an outdated reminder of the PHP4 days when "private" didn't exist in the language. Scope modifiers have done away with the need for that underscore completely.

0 comments voice your opinion now!
coding standard private method underscore opinion


blog comments powered by Disqus

Similar Posts

Anna Filina's Blog: Gender in IT, a Different View

Stefan Koopmanschap's Blog: My privates are not public, they are protected

Padraic Brady's Blog: Interfacing The PHP World Would Be Good

PHPBuiilder.com: Using Get and Post Methodology in AJAX Applications

Matt Frost: Using Comments


Community Events











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


tool object database example release introduction series podcast development composer interview code framework conference zendframework2 community opinion language testing functional

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