3. Conventions
Convention | Background |
---|---|
Architecture documentation | The architecture documentation is in the style of arc42 documentation. |
Coding guidelines for Go | The corresponding coding guidelines are adhered to during development in Go. The guidelines are available here. |
Clean Code | During development, word placed particular emphasis on clean code. Code smells are to be avoided. |