Changed this one too

This commit is contained in:
Crista Lopes
2014-03-14 10:27:59 -07:00
parent 12616871b6
commit b5b606cbbd
2 changed files with 0 additions and 0 deletions

18
18-aspects/README.md Normal file
View File

@@ -0,0 +1,18 @@
Style #18
==============================
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 source code of the abstractions. These side functions
latch on the main abstractions by naming them, as in "I'm an aspect
of foo (even though foo may not know it!)"
Possible names:
- Asides
- Aspect-oriented style
- Rewriting the story