Anonymous

Changes

PHP

104 bytes added, 10 years ago
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