diff options
Diffstat (limited to 'subx')
-rw-r--r-- | subx/000organization.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/subx/000organization.cc b/subx/000organization.cc index eeafe8be..6d739322 100644 --- a/subx/000organization.cc +++ b/subx/000organization.cc @@ -79,10 +79,10 @@ //: //: This 'subsetting guarantee' ensures that this directory contains a //: cleaned-up narrative of the evolution of this codebase. Organizing -//: autobiographically allows a newcomers to rapidly orient themselves, -//: reading the first few files to understand a simple gestalt of a program's -//: core purpose and features, and later gradually working their way through -//: other features as the need arises. +//: autobiographically allows newcomers to rapidly orient themselves, reading +//: the first few files to understand a simple gestalt of a program's core +//: purpose and features, and later gradually working their way through other +//: features as 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 @@ -128,7 +128,7 @@ int main(int argc, char* argv[]) { // Unit Tests // End Unit Tests -//: our first directive; insert the following header at the start of the program +//: our first directive; insert the following headers at the start of the program :(before "End Includes") #include <assert.h> #include <stdlib.h> |