Skip to content

Commit

Permalink
slide added
Browse files Browse the repository at this point in the history
  • Loading branch information
marmer committed Nov 18, 2024
1 parent 3745086 commit 9551d93
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,27 @@ <h3>TDD</h3>

</section>


<section data-auto-animate>
<h3>TDD - it is...</h3>
<ul>
<li>about <em>thinking</em>...
<ul>
<li>problem, solution, <em>interfaces</em></li>
</ul>
</li>
<br/>
<li><em>not</em> about...
<ul>
<li>tests, coverage, automation</li>
</ul>
</li>
</ul>
<aside aria-label="speaker notes" class="notes">

</aside>
</section>

<section data-auto-animate>
<h3>Quality - TDD</h3>
<ul>
Expand Down Expand Up @@ -1243,6 +1264,8 @@ <h3>TDD - guideline</h3>
<li>Make tests <em>less specific</em> than prod code</li>
<li>Don't dig for the gold (<em>simple tests first</em>)</li>
<li><em>Talk</em> with the <em>business</em> first</li>
<li></li>
<li>design <strong>interfaces</strong> not <strong>implementations</strong></li>
</ul>
<aside aria-label="speaker notes" class="notes">
<ul>
Expand Down

0 comments on commit 9551d93

Please sign in to comment.