about summary refs log tree commit diff stats
path: root/000organization.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-06 18:37:36 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-06 18:37:36 -0700
commitc6e1041fa419461aacaf853c8040144bd52b0b5d (patch)
tree2b4e70fd7a1f324886ae45a982eb28b30e051f16 /000organization.cc
parent768bdb4dbf4e8943fe1c3fcf7f8840372ba79ec6 (diff)
downloadmu-c6e1041fa419461aacaf853c8040144bd52b0b5d.tar.gz
1294
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/000organization.cc b/000organization.cc
index 964180d4..d3a5377b 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -70,12 +70,12 @@
 //: Here's part of a layer in color: http://i.imgur.com/0eONnyX.png. Directives
 //: are shaded dark.
 //:
-//: Layers do more than just shuffle code around. Their guarantee is that it
-//: should be possible to stop loading after any file/layer, build and run the
-//: program, and pass all tests for loaded features. (Relevant is
+//: Layers do more than just shuffle code around. In a well-organized codebase
+//: it should be possible to stop loading after any file/layer, build and run
+//: the program, and pass all tests for loaded features. (Relevant is
 //: http://youtube.com/watch?v=c8N72t7aScY, a scene from "2001: A Space
-//: Odyssey".) Use the included script called 'test_all_layers' to check the
-//: guarantee if you make any changes.
+//: Odyssey".) Get into the habit of running the included script called
+//: 'test_all_layers' before you commit any changes.
 //:
 //: This 'subsetting guarantee' ensures that this directory contains a
 //: cleaned-up narrative of the evolution of this codebase. Organizing