02 Sep 2008
The Zoop Framework coding standard is based on the PEAR Coding Standard with minor modifications.
Code must be readable. Code is written once, but reviewed and modified multiple times. Make sure the code is readable, and thereby understandable. Understandable code is maintainable code.
Performance is important. If there is a choice between performance and readability, readability should take precedence.