Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 335 Bytes

File metadata and controls

18 lines (10 loc) · 335 Bytes

Style #23

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!"