Skip to content

Instantly share code, notes, and snippets.

View rnhurt's full-sized avatar

Richard Hurt rnhurt

View GitHub Profile
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