From 26aecfd4a3bd2b37655374d3bf357e322754f663 Mon Sep 17 00:00:00 2001 From: Crista Lopes Date: Tue, 24 Sep 2013 08:46:23 -0700 Subject: [PATCH] Improved README.md for style #16 --- 16-asides/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/16-asides/README.md b/16-asides/README.md index 1b0d785..f332340 100644 --- a/16-asides/README.md +++ b/16-asides/README.md @@ -6,8 +6,9 @@ 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" + 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: