This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Picking up proper coding practices that promote maintainability, | |
security, simplicity, resiliency, etc. in any language requires time and experience | |
Incomplete documentation | |
User-provided comments in the online documentation are frequently inaccurate. Arguably, this actually hinders one's ability to learn how to write proper PHP | |
encourages the mixing of business logic, database calls and presentation code. | |
inconsistent naming of functions |