From 84ca523f031eab2fbd4b91edaf6d565505a6a061 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 13 Oct 2017 21:50:41 -0700 Subject: 4061 --- html/000organization.cc.html | 8 ++++---- html/subx/000organization.cc.html | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'html') diff --git a/html/000organization.cc.html b/html/000organization.cc.html index 9ab0d4f1..f951a49d 100644 --- a/html/000organization.cc.html +++ b/html/000organization.cc.html @@ -138,10 +138,10 @@ if ('onhashchange' in window) { 79 //: 80 //: This 'subsetting guarantee' ensures that this directory contains a 81 //: cleaned-up narrative of the evolution of this codebase. Organizing - 82 //: autobiographically allows a newcomers to rapidly orient themselves, - 83 //: reading the first few files to understand a simple gestalt of a program's - 84 //: core purpose and features, and later gradually working their way through - 85 //: other features as the need arises. + 82 //: autobiographically allows newcomers to rapidly orient themselves, reading + 83 //: the first few files to understand a simple gestalt of a program's core + 84 //: purpose and features, and later gradually working their way through other + 85 //: features as the need arises. 86 //: 87 //: Programmers shouldn't need to understand everything about a program to 88 //: hack on it. But they shouldn't be prevented from a thorough understanding diff --git a/html/subx/000organization.cc.html b/html/subx/000organization.cc.html index 3135c257..573b80d7 100644 --- a/html/subx/000organization.cc.html +++ b/html/subx/000organization.cc.html @@ -140,10 +140,10 @@ if ('onhashchange' in window) { 79 //: 80 //: This 'subsetting guarantee' ensures that this directory contains a 81 //: cleaned-up narrative of the evolution of this codebase. Organizing - 82 //: autobiographically allows a newcomers to rapidly orient themselves, - 83 //: reading the first few files to understand a simple gestalt of a program's - 84 //: core purpose and features, and later gradually working their way through - 85 //: other features as the need arises. + 82 //: autobiographically allows newcomers to rapidly orient themselves, reading + 83 //: the first few files to understand a simple gestalt of a program's core + 84 //: purpose and features, and later gradually working their way through other + 85 //: features as the need arises. 86 //: 87 //: Programmers shouldn't need to understand everything about a program to 88 //: hack on it. But they shouldn't be prevented from a thorough understanding @@ -189,7 +189,7 @@ if ('onhashchange' in window) { 128 // Unit Tests 129 // End Unit Tests 130 -131 //: our first directive; insert the following header at the start of the program +131 //: our first directive; insert the following headers at the start of the program 132 :(before "End Includes") 133 #include <assert.h> 134 #include <stdlib.h> -- cgit 1.4.1-2-gfad0