News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Enforcing Coding Standards with PHP_CodeSniffer
October 22, 2010 @ 08:40:59

Developing applications has become simpler and simpler these days and the multitude of IDEs out there can help you keep all of your files organized and linked together so you know everything is in its place. There's one thing that only a handful out there can do, though - enforce coding standards. Thankfully, there's a tool that can help you keep your code following down the right path and PHPBuilder.com has a new tutorial about using it - PHP_CodeSniffer.

Although defined according to formal grammar and syntax, programming languages -- like their spoken counterparts -- often leave their users with a great deal of leeway for creative expression. [...] It can even be singularly counterproductive if you do not maintain stylistic consistency across projects, as you'll need to continuously re-acclimate to differing syntactical variations.

The PHP_CodeSniffer tool runs your code through a validation process and checks its structure against a coding standard (like the PEAR standard) and ensure it's formatted correctly. The tutorial shows you how to use the "phpcs" executable to test PHP, Javascript and CSSS files (using the Squiz standard).

0 comments voice your opinion now!
coding standard phpcodesniffer sniffer pear squiz


blog comments powered by Disqus

Similar Posts

Tobias Schlitt\'s Blog: Renewal of the PEAR Core QA team

PEAR Blog: PHP 5.3 Windows and PEAR (go-pear.phar)

Stoyan Stefanov's Blog: Text_Highlighter 0.7.1 and hiliteme.com updates

Community News: Latest PEAR Releases for 02.12.2007

IBM developerWorks: A step-by-step guide to publishing your own PEAR channels


Community Events











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


introduction series interview unittest example release podcast code tool zendframework2 framework object conference language development opinion functional testing phpunit community

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