Massive renaming!

This commit is contained in:
Crista Lopes
2019-08-12 14:38:16 -07:00
parent e6c1238a56
commit 61d5f74ad9
90 changed files with 0 additions and 0 deletions

18
19-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