Files
exercises-in-programming-style/16-introspective
2013-09-27 20:13:16 -07:00
..
2013-09-27 20:13:16 -07:00

Style #16

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