diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-13 21:50:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-13 21:50:41 -0700 |
commit | 84ca523f031eab2fbd4b91edaf6d565505a6a061 (patch) | |
tree | 01727a7f943f3be7ec98455a4697d0c95d53337f | |
parent | b4349e2ca28388b13c01fd67a88888a437ca98fd (diff) | |
download | mu-84ca523f031eab2fbd4b91edaf6d565505a6a061.tar.gz |
4061
-rw-r--r-- | 000organization.cc | 8 | ||||
-rw-r--r-- | html/000organization.cc.html | 8 | ||||
-rw-r--r-- | html/subx/000organization.cc.html | 10 | ||||
-rw-r--r-- | subx/000organization.cc | 10 |
4 files changed, 18 insertions, 18 deletions
diff --git a/000organization.cc b/000organization.cc index d9f072f9..357eb933 100644 --- a/000organization.cc +++ b/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 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) { <span id="L79" class="LineNr"> 79 </span><span class="Comment">//:</span> <span id="L80" class="LineNr"> 80 </span><span class="Comment">//: This 'subsetting guarantee' ensures that this directory contains a</span> <span id="L81" class="LineNr"> 81 </span><span class="Comment">//: cleaned-up narrative of the evolution of this codebase. Organizing</span> -<span id="L82" class="LineNr"> 82 </span><span class="Comment">//: autobiographically allows a newcomers to rapidly orient themselves,</span> -<span id="L83" class="LineNr"> 83 </span><span class="Comment">//: reading the first few files to understand a simple gestalt of a program's</span> -<span id="L84" class="LineNr"> 84 </span><span class="Comment">//: core purpose and features, and later gradually working their way through</span> -<span id="L85" class="LineNr"> 85 </span><span class="Comment">//: other features as the need arises.</span> +<span id="L82" class="LineNr"> 82 </span><span class="Comment">//: autobiographically allows newcomers to rapidly orient themselves, reading</span> +<span id="L83" class="LineNr"> 83 </span><span class="Comment">//: the first few files to understand a simple gestalt of a program's core</span> +<span id="L84" class="LineNr"> 84 </span><span class="Comment">//: purpose and features, and later gradually working their way through other</span> +<span id="L85" class="LineNr"> 85 </span><span class="Comment">//: features as the need arises.</span> <span id="L86" class="LineNr"> 86 </span><span class="Comment">//:</span> <span id="L87" class="LineNr"> 87 </span><span class="Comment">//: Programmers shouldn't need to understand everything about a program to</span> <span id="L88" class="LineNr"> 88 </span><span class="Comment">//: hack on it. But they shouldn't be prevented from a thorough understanding</span> 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) { <span id="L79" class="LineNr"> 79 </span><span class="Comment">//:</span> <span id="L80" class="LineNr"> 80 </span><span class="Comment">//: This 'subsetting guarantee' ensures that this directory contains a</span> <span id="L81" class="LineNr"> 81 </span><span class="Comment">//: cleaned-up narrative of the evolution of this codebase. Organizing</span> -<span id="L82" class="LineNr"> 82 </span><span class="Comment">//: autobiographically allows a newcomers to rapidly orient themselves,</span> -<span id="L83" class="LineNr"> 83 </span><span class="Comment">//: reading the first few files to understand a simple gestalt of a program's</span> -<span id="L84" class="LineNr"> 84 </span><span class="Comment">//: core purpose and features, and later gradually working their way through</span> -<span id="L85" class="LineNr"> 85 </span><span class="Comment">//: other features as the need arises.</span> +<span id="L82" class="LineNr"> 82 </span><span class="Comment">//: autobiographically allows newcomers to rapidly orient themselves, reading</span> +<span id="L83" class="LineNr"> 83 </span><span class="Comment">//: the first few files to understand a simple gestalt of a program's core</span> +<span id="L84" class="LineNr"> 84 </span><span class="Comment">//: purpose and features, and later gradually working their way through other</span> +<span id="L85" class="LineNr"> 85 </span><span class="Comment">//: features as the need arises.</span> <span id="L86" class="LineNr"> 86 </span><span class="Comment">//:</span> <span id="L87" class="LineNr"> 87 </span><span class="Comment">//: Programmers shouldn't need to understand everything about a program to</span> <span id="L88" class="LineNr"> 88 </span><span class="Comment">//: hack on it. But they shouldn't be prevented from a thorough understanding</span> @@ -189,7 +189,7 @@ if ('onhashchange' in window) { <span id="L128" class="LineNr">128 </span><span class="Comment">// Unit Tests</span> <span id="L129" class="LineNr">129 </span><span class="Comment">// End Unit Tests</span> <span id="L130" class="LineNr">130 </span> -<span id="L131" class="LineNr">131 </span><span class="Comment">//: our first directive; insert the following header at the start of the program</span> +<span id="L131" class="LineNr">131 </span><span class="Comment">//: our first directive; insert the following headers at the start of the program</span> <span id="L132" class="LineNr">132 </span><span class="Delimiter">:(before "End Includes")</span> <span id="L133" class="LineNr">133 </span><span class="PreProc">#include </span><span class="Constant"><assert.h></span> <span id="L134" class="LineNr">134 </span><span class="PreProc">#include </span><span class="Constant"><stdlib.h></span> 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> |