Start a Technical Decision Log in the How To Contribute Section
Past decisions to add
-
- Merge requests have to be reviewed -
- Numpydoc: https://numpydoc.readthedocs.io/en/latest/format.html -
- Acessing resources -
- convention for names (snake case for variable names and file names, CamelCase for class names. -
- NamedTuple vs. @attrs -
- use abc for abstract base classes (https://pymotw.com/3/abc/) -
- currying
Edited by Christian Eichenberger