Quote:
Originally Posted by blazin
Define quality and then get them to write tests for the following tools and run against your code.
Readability - PHP Codesniffer
Performance / Scalability - xhprof / siege / apache bench
Security - Gauntlt
Unit Tests or BDD - PHPUnit / Selenium etc.
|
I assume these two would be the most important (not that the other two are not important)?
I will check them out, is it easy for non programmer to test using those tools?