Skip to content

Coding Conventions

Jonas Umland edited this page Nov 12, 2020 · 2 revisions

Here we document a set of conventions that we agreed on. Ideally they would be automatically verified by the CICD system but as this would require some refactorings we first limit ourselves to write them down here. We will do our best to respect these guidelines during our pull request reviews.

  • Python Type Hints - use type hints for every method parameter, return value and global variable