diff options
Diffstat (limited to 'html/subx/000organization.cc.html')
-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> |