Files
exercises-in-programming-style/13-closed-maps/README.md
2020-04-24 07:30:08 -07:00

17 lines
277 B
Markdown

Style #13
==============================
Constraints:
- The larger problem is decomposed into 'things' that make sense for
the problem domain
- Each 'thing' is a map from keys to values. Some values
are procedures/functions.
Possible names:
- Closed Maps
- Prototypes