forked from pi-engine/pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Dev.Best Practice
taiwen edited this page Mar 14, 2013
·
2 revisions
Pi Development Best Practice
-
Coding Standards
- PHP - PSR compliant https://github.com/php-fig/fig-standards http://framework.zend.com/wiki/display/ZFDEV2/Coding+Standards
- HTML/CSS - Google HTML/CSS Style Guide http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml
- JavaScript - Google JavaScript Style Guide http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml
- All code must be strictly compliant to its corresponding standards, no warning/notice messages allowed
-
Semantic Versioning Specification http://semver.org/
-
Module Development Workflow https://github.com/taiwen/pi/wiki/Dev.Module-Workflow