Program development is NOT code development only! Coding is the final stage.
Program Development
- identify objectives
- define architecture
- code
- test and debug
- document everything
Code Development
The main guideline is PEP8 standard that will be summarized in this wiki.
- Line length of 80 symbols
- Function must fit into one screen (40 lines)
- File length 120 lines. Try to keep files compact
- Naming convention
- Default units are SI