On Wed, Jan 9, 2013 at 1:34 AM, Levi Morrison <[email protected]> wrote: > On Tue, Jan 8, 2013 at 10:29 AM, Hannes Magnusson > <[email protected]> wrote: >> I beg you to stop introducing more and more coding styles. >> >> It is completely irrelevant how much readable you think it is. >> Consistency throughout the project is of much greater value then >> random coding styles. > > In principal I agree with what you said, but in this project I'm not > sure what to consider the coding style to be. Is there some official > style guide for the website project I don't know about?
We generally use the PEAR coding style, with already enough exceptions with homebrewed styles. At the very least keeping things consistent within the same file is a requirement. Naming conventions, escaping, php tags, content location.. these are very important things to keep consistent. -Hannes -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
