-
Notifications
You must be signed in to change notification settings - Fork 54
Coding Standards
Rich Brown edited this page Apr 30, 2015
·
3 revisions
For the portions of the app in python/django, follow the Django Coding Guidelines.
These are basically PEP 8 (the standard Python coding conventions), with a few minor alterations (line length, etc.). Run Flake8 to ensure that your code follows the PEP 8 standard.
For the portions of SEED written in Javascript, please try to follow Douglas Crockford's guide.
Note: do not use tabs for indentation in non-Python files; the unit of indentation should be 4 spaces.
SEED is brought to you by: U.S. DOE & Berkeley Lab–LBNL & National Renewable Energy Laboratory
- Information for Contributors
- Documentation guide
- Deployment
- Development
- Development Process
- General