6
edits
Changes
PHP
,no edit summary
* Uniform a coding standard through a project (ex PHP Code Sniffer)
* No magic numbers, should be define as a constant with clear comments
*Should have unit test with 100% coverage* Always commit /Rollback database transaction at the earliest