News Feed
Jobs Feed
Sections




News Archive
Francesco Montefoschi's Blog:
PHPADD abandoned docblocks detector
December 14, 2010 @ 13:34:34

Francesco Montefoschi has a recent post to his blog looking at a tool you could use to ensure the quality of your code comments - PHPADD, the abandoned docblock detector.

PHPADD can analyze a directory with PHP source code and detect (for each file, for each class, for each method) if the parameters in the function declaration are compatible with the parameters found in the docblock, reporting the outdated ones. This can be easily integrated in your build script and the result can be published in build result. Using Hudson, you just need HTML Publisher plugin.

The include the (super simple) installation instructions for pulling it in via the PEAR installer and running it on your codebase. There's even some sample output included. If you're interested in the source, check out (or fork) the latest code on github.

0 comments voice your opinion now!
phpadd abandoned docblock comment detector github


blog comments powered by Disqus

Similar Posts

DZone.com: Trying out PHP Refactoring Browser

Greg Beaver's Blog: pecl/docblock version 0.2.0 released

QaFoo.com Blog: Howto write a Rule for PHPMD

WebReferece.com: Building a Weblog: Part 2

Raphael Stolt's Blog: Creating and using Phing ad hoc tasks


Community Events











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


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

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