public marks

PUBLIC MARKS from pyxosledisciple with tags php & bestpractices

30 January 2006

PHPLint

by 2 others (via)
PHPLint is not simply a checker: it implements a new, strong typed, language implemented over PHP.

05 December 2005

Effortless (or Better!) Bug Detection with PHP Assertions [PHP & MySQL Tutorials]

by 3 others (via)
If you're anything like me, you enjoy writing code a lot more than you enjoy testing and debugging it. If we could produce higher quality code with less test and debug effort, we'd jump at the chance, right?