News Feed
Jobs Feed
Sections




News Archive
Paul Jones' Blog:
Regarding Underscores
October 21, 2010 @ 10:47:25

In response to a post from Leszek Stachowski about underscores in PHP class development, Paul Jones has shared his own thoughts on the matter - that he disagrees with Leszek and suggests keeping the underscore prefix for private methods.

I think the underscore-prefix for protected and private is a good convention to keep. As with many things about programming, this convention is not for the program, it is for for the programmer. For example, limiting your line length to about 80 characters is a good idea, not for reasons of "tradition", but because of cognitive limitations of human beings who have to read code. Likewise, using the underscore prefix is an immediate and continuous reminder that some portions of the code are not public. Its purpose is as an aid to the programmer.

He suggests that it offers something similar to the thought process behind the magic methods like __get or __set that both work on a private scope. Check some of the comments for opinions both for and against the idea from other community members.

0 comments voice your opinion now!
underscore opinion private convention programmer


blog comments powered by Disqus

Similar Posts

Web Species Blog: Virtual Machines for Web Developers

Michael Maclean: Why one-line installers are a bad idea

NetTuts.com: Why You’re a Bad PHP Programmer

Tom Butler: PHP: PSR-0: Pretty Shortsighted, Really

Stefan Koopmanschap's Blog: Book Review: The Productive Programmer


Community Events











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


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

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