Improved README.md for style #16
This commit is contained in:
@@ -6,8 +6,9 @@ Constraints:
|
|||||||
- The problem is decomposed using some form of abstraction (procedures, functions, objects, etc.)
|
- 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
|
- Aspects of the problem are added to the main program without any
|
||||||
edits to the abstractions. These side functions latch on the main
|
edits to the source code of the abstractions. These side functions
|
||||||
functions by naming "join points"
|
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:
|
Possible names:
|
||||||
|
|||||||
Reference in New Issue
Block a user