Here's the little sucker that was missing from the collection of styles related to objects

This commit is contained in:
Crista Lopes
2014-01-02 15:26:16 -08:00
parent 288407820c
commit 1d6cec0d33
2 changed files with 69 additions and 0 deletions

19
12-closed-maps/README.md Normal file
View File

@@ -0,0 +1,19 @@
Style #12
==============================
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.
- When the keys map to procedures/functions, these
procedures/functions' first argument is the map itself.
Possible names:
- Closed Maps
- Prototypes