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

Community News: ZendCon 2011 Wrap-ups (from a Speaker & Zend)

XPertDeveloper.com: PHP coding tips for Performance Improvement

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

Lukas Smith's Blog: Loose interface coupling

Chris Roane's Blog: 150 Ways to Ruin Your WordPress Site and Your Life


Community Events











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


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

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