-
Notifications
You must be signed in to change notification settings - Fork 3
Software_Standards
webbhm edited this page Jun 11, 2018
·
3 revisions
Since most code is Python, we will be following the PEP 8 style guide used by the Python Foundation. The main goal is that code is readable and understandable to everyone, especially new users.
There is no guarantee that all code meets this standard, since some code is borrowed from other sources and legacy code is not rigidly cleaned up. As they say, these are more guidelines than rules.
The Google Python Style Guide is another source of common sense suggestions.
2018/05/31 webbhm