about summary refs log tree commit diff stats
path: root/cpp/000organization
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-24 08:58:21 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-24 08:58:21 -0700
commit3f9ee8f5b824006cdb34d7a99e6aa71df6fad5d9 (patch)
treedc78200c77b48bec6c3fb8525a8146d84ad5221d /cpp/000organization
parentd77a5ccce9028e9c43a886d4246bd032f1c15a70 (diff)
downloadmu-3f9ee8f5b824006cdb34d7a99e6aa71df6fad5d9.tar.gz
1159
Diffstat (limited to 'cpp/000organization')
-rw-r--r--cpp/000organization4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/000organization b/cpp/000organization
index 5cde369b..c325c275 100644
--- a/cpp/000organization
+++ b/cpp/000organization
@@ -74,7 +74,7 @@
 //: 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' to check the
+//: Odyssey".) Use the included script called 'test_all_layers' to check the
 //: guarantee if you make any changes.
 //:
 //: This 'subsetting guarantee' ensures that this directory contains a
@@ -82,7 +82,7 @@
 //: autobiographically allows a newcomer to rapidly orient himself, reading the
 //: first few files to understand a simple gestalt of a program's core purpose
 //: and features, and later gradually working his way through other features as
-//: the need arises. Each step should be as simple as possible (but no simpler).
+//: the need arises.
 //:
 //: Programmers shouldn't need to understand everything about a program to hack
 //: on it. But they shouldn't be prevented from a thorough understanding of