Files
exercises-in-programming-style/17-introspective
Chad Whitacre 19f91cd6a2 Make two tf scripts executable that weren't
test.sh checks for this, so these two weren't being tested.
2013-09-25 20:07:54 -04:00
..
2013-09-25 07:53:55 -07: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