Coding Practices
If you want to develop applications for the university, you'd better be thinking about the people who will follow behind you.
Be conscious of your decisions
If you want to develop applications for the university, you'd better be thinking about the people who will follow behind you. It's important to write clean, understandable, maintainable, and documented code. "Close enough" is not good enough. You need to do it right, because someone is going to have to come in behind you and fix it sometime or another.
For Python
- The definitive guideline - Style Guide for Python Code
http://www.python.org/dev/peps/pep-0008/
For Plone Development
READ THESE FIRST!
- Best Practices for Plone development
http://plone.org/documentation/tutorial/best-practices - Add-on Products Developer Manual
http://plone.org/documentation/manual/add-on-products-developer-manual - Plone Core Developer Reference
http://plone.org/documentation/manual/plone-developer-reference

