Added style #20

This commit is contained in:
Crista Lopes
2013-09-25 19:01:16 -07:00
parent 0958462716
commit 88a9cfaa3e
2 changed files with 89 additions and 0 deletions

16
20-tantrum/README.md Normal file
View File

@@ -0,0 +1,16 @@
Style #20
==============================
Constraints:
- Every single procedure and function checks the sanity of its
arguments and refuses to work when the arguments are unreasonable
- All code blocks check for all possible errors and refuse to continue
when things go wrong
Possible names:
- Tantrum
- Design by contract
- Mental breakdown