Added style #16. The old and dear AOP.

This commit is contained in:
Crista Lopes
2013-09-24 08:39:56 -07:00
parent 535ae4ed62
commit 369b80b979
2 changed files with 82 additions and 0 deletions

17
16-asides/README.md Normal file
View File

@@ -0,0 +1,17 @@
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