Files
exercises-in-programming-style/16-asides/README.md
2013-09-24 08:39:56 -07:00

18 lines
400 B
Markdown

Style #16
==============================
Constraints:
- The problem is decomposed using some form of abstraction (procedures, functions, objects, etc.)
- Aspects of the problem are added to the main program without any
edits to the abstractions. These side functions latch on the main
functions by naming "join points"
Possible names:
- Asides
- Aspect-oriented style
- Rewriting the story