blob: 1d5dc5a38305a622f32008d55c6a6242aff0f9f4 (
plain)
1
2
3
4
5
6
7
8
9
|
# Coding guidelines
We aim to adhere to the following coding guidelines.
=> /topics/use-exceptions-to-indicate-errors Exceptions, not None return values
=> /topics/maybe-monad Maybe monad, not None values
=> /topics/better-logging Log messages
This document is an index of other documents describing coding guidelines. Add more here as you write/discover them.
|