This post originated from an RSS feed registered with PHP Buzz
by Paul M Jones.
Original Post: Regarding Underscores
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
Today, PHPDeveloper.org referred to a post by Leszek Stachowski about underscore prefixes on non-public class elements.
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 [...]