PHP: Difference between revisions
Jump to navigation
Jump to search
Welcomeadmin (talk | contribs) No edit summary |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
[[Category: IT Knowledge]] | |||
= Php Checklist = | = Php Checklist = | ||
* No syntax/runtime errors and warnings | * No syntax/runtime errors and warnings | ||
Line 16: | Line 18: | ||
* Uniform a coding standard through a project (ex PHP Code Sniffer) | * Uniform a coding standard through a project (ex PHP Code Sniffer) | ||
* No magic numbers, should be define as a constant with clear comments | * 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 |