Files
exercises-in-programming-style/12-closed-maps
2018-12-13 19:57:17 -08:00
..
2014-01-02 17:11:37 -08:00
2018-12-13 19:57:17 -08:00

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.

Possible names:

  • Closed Maps
  • Prototypes