diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-11-05 02:00:26 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-11-05 02:00:26 -0800 |
commit | ffc9e66b3505990009e47b461eb03d3eb1635258 (patch) | |
tree | 6e7ae8df9a0143736500270da2212ee6182a8c85 /html/099hardware_checks.cc.html | |
parent | 53de40aa88c91150f513852e49b314f130663b64 (diff) | |
download | mu-ffc9e66b3505990009e47b461eb03d3eb1635258.tar.gz |
4109
Diffstat (limited to 'html/099hardware_checks.cc.html')
-rw-r--r-- | html/099hardware_checks.cc.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/099hardware_checks.cc.html b/html/099hardware_checks.cc.html index 66ae664c..80835903 100644 --- a/html/099hardware_checks.cc.html +++ b/html/099hardware_checks.cc.html @@ -61,9 +61,9 @@ if ('onhashchange' in window) { </head> <body onload='JumpToLine();'> <pre id='vimCodeElement'> -<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: Let's raise errors when students use real hardware in any functions</span> -<span id="L2" class="LineNr"> 2 </span><span class="Comment">//: besides 'main'. Part of the goal is to teach them testing hygiene and</span> -<span id="L3" class="LineNr"> 3 </span><span class="Comment">//: dependency injection.</span> +<span id="L1" class="LineNr"> 1 </span><span class="Comment">//: Let's raise errors when students use real hardware in any recipes besides</span> +<span id="L2" class="LineNr"> 2 </span><span class="Comment">//: 'main'. Part of the goal is to teach them testing hygiene and dependency</span> +<span id="L3" class="LineNr"> 3 </span><span class="Comment">//: injection.</span> <span id="L4" class="LineNr"> 4 </span><span class="Comment">//:</span> <span id="L5" class="LineNr"> 5 </span><span class="Comment">//: This is easy to sidestep, it's for feedback rather than safety.</span> <span id="L6" class="LineNr"> 6 </span> |