peace 0.0.15

zero stress automation
Documentation
1
2
3
4
5
6
7
8
9
# Summary

How do we communicate clearly in code?

* Consistency between the conceptual model and the written code.
* Make use of type safety with strong types.
* When we require something of the developer, make it easy to be provided.
* Prefer errors at compile time than runtime.
* Error messages should show what is wrong and how to fix it.