Files
exercises-in-programming-style/17-introspective
2013-12-01 22:03:28 -08:00
..
2013-12-01 22:03:28 -08:00
2013-11-18 17:15:42 -08:00

Style #17

Constraints:

  • The problem is decomposed using some form of abstraction (procedures, functions, objects, etc.)

  • The abstractions have access to information about themselves, although they cannot modify that information

Possible names:

  • Introspective
  • Navel-gazing