Added style #16. The old and dear AOP.
This commit is contained in:
17
16-asides/README.md
Normal file
17
16-asides/README.md
Normal 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
|
||||
Reference in New Issue
Block a user