Added style #22

This commit is contained in:
Crista Lopes
2013-09-27 12:01:14 -07:00
parent 08539ca0e0
commit 4633890289
2 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
Style #22
==============================
Constraints:
- Existence of a run-time typechecker
- Procedures and functions declare what types of arguments they expect
- If callers send arguments of types that are't expected, the
procedures/functions are not executed
Possible names:
- declared intentions
- "You've been warned!"