-
-
Notifications
You must be signed in to change notification settings - Fork 12
Coding Standard
Maciej Dąbrowski edited this page Mar 23, 2021
·
4 revisions
List of guidelines that we at least try to follow:
- pep8
- pep257
- pep484
- reStructuredText
- Zen of Python
- Keep it simple, stupid
- You aren't not gonna need it
- Don't repeat yourself
- Common sense
Compliance with some of these guidelines is checked during Static Test Analysis and Review, so please do not violate them on purpose unless you have a good reason for that.
PS. We do not perform sanity checks against developers, so please make sure you are in proper state of mind 😉.