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 /html/subx | |
parent | b4349e2ca28388b13c01fd67a88888a437ca98fd (diff) | |
download | mu-84ca523f031eab2fbd4b91edaf6d565505a6a061.tar.gz |
4061
Diffstat (limited to 'html/subx')
-rw-r--r-- | html/subx/000organization.cc.html | 10 |
1 files changed, 5 insertions, 5 deletions
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> |