about summary refs log tree commit diff stats
path: root/html/003trace.cc.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-03-06 12:28:57 -0800
committerKartik Agaram <vc@akkartik.com>2020-03-06 12:28:57 -0800
commit651fc300a4087f6ccaa7d17c0d581e6ddd313a48 (patch)
treec6847217382e6fb9c55bf5c722481123f8d77e97 /html/003trace.cc.html
parentc1737cbaae4e0712beff129094aa73d51204f9a7 (diff)
downloadmu-651fc300a4087f6ccaa7d17c0d581e6ddd313a48.tar.gz
6084
Diffstat (limited to 'html/003trace.cc.html')
-rw-r--r--html/003trace.cc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/003trace.cc.html b/html/003trace.cc.html
index 1aa53854..6a9800d3 100644
--- a/html/003trace.cc.html
+++ b/html/003trace.cc.html
@@ -105,7 +105,7 @@ if ('onhashchange' in window) {
 <span id="L44" class="LineNr"> 44 </span><span class="Comment">//:</span>
 <span id="L45" class="LineNr"> 45 </span><span class="Comment">//: Between layers and domain-driven testing, programming starts to look like a</span>
 <span id="L46" class="LineNr"> 46 </span><span class="Comment">//: fundamentally different activity. Instead of focusing on a) superficial,</span>
-<span id="L47" class="LineNr"> 47 </span><span class="Comment">//: b) local rules 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="L47" class="LineNr"> 47 </span><span class="Comment">//: b) local rules 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">//: we allow programmers to engage with the a) deep, b) global structure of</span>
 <span id="L49" class="LineNr"> 49 </span><span class="Comment">//: the c) domain. If you can systematically track discontinuities in the</span>
 <span id="L50" class="LineNr"> 50 </span><span class="Comment">//: domain, you don't care if the code used gotos as long as it passed all</span>
@@ -125,7 +125,7 @@ if ('onhashchange' in window) {
 <span id="L64" class="LineNr"> 64 </span><span class="Comment">//:</span>
 <span id="L65" class="LineNr"> 65 </span><span class="Comment">//:   &quot;Programming properly should be regarded as an activity by which</span>
 <span id="L66" class="LineNr"> 66 </span><span class="Comment">//:   programmers form a mental model, rather than as production of a program.&quot;</span>
-<span id="L67" class="LineNr"> 67 </span><span class="Comment">//:   -- Peter Naur (<a href="http://akkartik.name/naur.pdf">http://akkartik.name/naur.pdf</a>)</span>
+<span id="L67" class="LineNr"> 67 </span><span class="Comment">//:   -- Peter Naur (<a href="http://akkartik.name/naur.pdf)">http://akkartik.name/naur.pdf)</a></span>
 <span id="L68" class="LineNr"> 68 </span>
 <span id="L69" class="LineNr"> 69 </span><span class="SalientComment">//:: == Core data structures</span>
 <span id="L70" class="LineNr"> 70 </span>