Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 640 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 640 Bytes

Python_Meter

STYLE GUIDE

- 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

Documentation can be accessed by navigating to root/doc/_build/html/index.html