Files
exercises-in-programming-style/17-introspective/README.md
2013-11-18 17:15:42 -08:00

16 lines
315 B
Markdown

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