GeekArticles
Web Programming
PHP


Best Practices: PHP Coding Style
Tim Perdue One of PHP's greatest strengths can also be a great weakness in the wrong hands. I'm talking about its forgiving nature. One of the reasons why PHP has become so wildly popular is because it lets very inexperienced web developers build powerful applications without much planning, consistency, or documentation. Unfortunately, that means an awful lot of PHP code out there is sloppy, hard to read and impossible to maintain. I know because I've written a lot of it ;-). To address...n
Sponsored Links
Read Next: PHP, XML, XSL, XPATH and Web Services
Related Topics