- Give all variables, functions, and classes meaningful names.
- Functions are to be written in cammel case as follows: getNewData
- Avoid using underscores (_) in file names. Use cammel case instead
- Insert a space after function names, but before the parentheses: getNewData ( )
- Insert a space after an opening parentheses and before a closing parentheses: getNewData ( param )
- Do not use letters as itterators
- Make debug statements descriptive and meaningful
Documentation can be accessed by navigating to root/doc/_build/html/index.html