jaredgk / PPP

Repository for pipeline code
24 stars 4 forks source link

Best practices #4

Closed jaredgk closed 3 years ago

jaredgk commented 7 years ago

PEP 8 guide: https://www.python.org/dev/peps/pep-0008/#maximum-line-length

Hungarian Notation (for variable naming, I think we'll be able to use the applications notation): https://en.wikipedia.org/wiki/Hungarian_notation

General best practices guide, covers some stuff we don't need (like billing) but it's a good starting point. https://kkovacs.eu/software-project-best-practices-checklist Most of the relevant points were covered by Jody (variable naming, error handling)