Friday, September 22, 2006

PHP Coding Standards - Laying Down The Law

PHP Kitchen has an excellent review of the PEAR package, PHP_CodeSniffer. PHP_CodeSniffer is a PHP5 script that detects violations of a defined set of coding standards. It is an essential development tool that ensures that your code remains clean and consistent. It can even help prevent some common semantic errors made by developers. More…

No comments: