diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-10-14 19:18:34 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-10-14 19:18:51 -0700 |
commit | 0cb3c774b207c8a94bf9f9775e99e7d593d1e4fe (patch) | |
tree | 8f0cc39f13b55f310e974f69887c078f7b27f074 /html/subx/003trace.cc.html | |
parent | f603d9f2d38a836f452b692c331728ef72a05721 (diff) | |
download | mu-0cb3c774b207c8a94bf9f9775e99e7d593d1e4fe.tar.gz |
4064
Diffstat (limited to 'html/subx/003trace.cc.html')
-rw-r--r-- | html/subx/003trace.cc.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/subx/003trace.cc.html b/html/subx/003trace.cc.html index 81d543b6..e0d93f96 100644 --- a/html/subx/003trace.cc.html +++ b/html/subx/003trace.cc.html @@ -106,7 +106,7 @@ if ('onhashchange' in window) { <span id="L45" class="LineNr"> 45 </span><span class="Comment">//:</span> <span id="L46" class="LineNr"> 46 </span><span class="Comment">//: Between layers and domain-driven testing, programming starts to look like a</span> <span id="L47" class="LineNr"> 47 </span><span class="Comment">//: fundamentally different activity. Instead of a) superficial, b) local rules</span> -<span id="L48" class="LineNr"> 48 </span><span class="Comment">//: on c) code [like say <a href="http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet],">http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet],</a></span> +<span id="L48" class="LineNr"> 48 </span><span class="Comment">//: on c) code [like say <a href="http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet">http://blog.bbv.ch/2013/06/05/clean-code-cheat-sheet</a>],</span> <span id="L49" class="LineNr"> 49 </span><span class="Comment">//: we allow programmers to engage with the a) deep, b) global structure of the</span> <span id="L50" class="LineNr"> 50 </span><span class="Comment">//: c) domain. If you can systematically track discontinuities in the domain,</span> <span id="L51" class="LineNr"> 51 </span><span class="Comment">//: you don't care if the code used gotos as long as it passed the tests. If</span> @@ -126,7 +126,7 @@ if ('onhashchange' in window) { <span id="L65" class="LineNr"> 65 </span><span class="Comment">//:</span> <span id="L66" class="LineNr"> 66 </span><span class="Comment">//: "Programming properly should be regarded as an activity by which</span> <span id="L67" class="LineNr"> 67 </span><span class="Comment">//: programmers form a mental model, rather than as production of a program."</span> -<span id="L68" class="LineNr"> 68 </span><span class="Comment">//: -- Peter Naur (<a href="http://alistair.cockburn.us/ASD+book+extract%3A+%22Naur,+Ehn,+Musashi%22)">http://alistair.cockburn.us/ASD+book+extract%3A+%22Naur,+Ehn,+Musashi%22)</a></span> +<span id="L68" class="LineNr"> 68 </span><span class="Comment">//: -- Peter Naur (<a href="http://alistair.cockburn.us/ASD+book+extract%3A+%22Naur,+Ehn,+Musashi%22">http://alistair.cockburn.us/ASD+book+extract%3A+%22Naur,+Ehn,+Musashi%22</a>)</span> <span id="L69" class="LineNr"> 69 </span> <span id="L70" class="LineNr"> 70 </span><span class="Delimiter">:(before "End Types")</span> <span id="L71" class="LineNr"> 71 </span><span class="Normal">struct</span> trace_line <span class="Delimiter">{</span> |