Sun 12 Oct 2014 3:29PM
Coding Practices
Kelsey Rosenthal
Public
Seen by 29
An important part of writing and developing maintainable code is using following good coding practices from the beginning. Lets determine good practices that we will commit to from the start.
Modularity
Naming conventions
...
Yichen Zhao · Fri 17 Oct 2014 8:05PM
If we are using Python, I motion for using PEP8 + PEP257: in short, understroke_case_functions, CamelCaseClasses, CAPITAL_CASE_CONSTANTS etc, with docstrings.