Files
exercises-in-programming-style/13-closed-maps
2019-12-22 17:43:07 -08:00
..
2019-08-12 14:38:16 -07: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