Drumbeat/p2pu/codingstandards: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= School of Webcraft Coding Standards= Coding standards will help developers advance their skills and will make measuring code quality much easier. Adherence to Coding standard...") |
|||
| Line 11: | Line 11: | ||
*PHP | *PHP | ||
*technical writing and documentation | *technical writing and documentation | ||
==General Resources for Style Guides / Overviews== | |||
*[http://repeatgeek.com/technical/a-list-of-coding-standard-websites/ List of Coding Standard Websites] | |||
*[http://en.wikipedia.org/wiki/Programming_style Wikipedia: Programming Style] | |||
Latest revision as of 14:54, 3 December 2010
School of Webcraft Coding Standards
Coding standards will help developers advance their skills and will make measuring code quality much easier. Adherence to Coding standards will also be used as a measure when assessing participant work and providing feedback.
Priorities
to do
- Python
- PHP
- technical writing and documentation