Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

International PHP Magazine:
Poll Question: What Is the Best Way to Do QA for PHP?
Jun 05, 2007 @ 17:41:00

The results from the latest poll conducted by the International PHP Magazine have been released. This time, they asked developers what they thought was the best way to do QA for their PHP applications.

Among the options were things like "Do API documentation", "Use code analyzers that check CS violations, XSS or SQL injection attacks" and the number one choice - "Do unit tests using PHPUnit or phpt". Three other options followed behind (using debugging tools, code analyzers and having a commit mailing list) with the API documentation falling down in last place.

They already started up this week's poll too. This time, they ask developers to vote on which of the options make for good PHP code. There's four options - structured, consistent, portable and secure. Get your vote in today!

tagged: qa test poll api documentation unittest codeanalyzers qa test poll api documentation unittest codeanalyzers

Link:


Trending Topics: