Skip to content

Commit

Permalink
minor slide updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marmer committed Oct 17, 2024
1 parent 66e85e8 commit 3745086
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,12 +257,16 @@ <h3>Quality - DDT (test after)</h3>
<section data-auto-animate>
<h3>Quality — symptoms of DDT</h3>
<ul>
<li>Verify what the code does instead of what the code was intended to do</li>
<li>Verify what the code <em>does</em>...
<ul>
<li>instead of what it was intended to do</li>
</ul>
</li>
<li>They often...
<ul>
<li>miss professional and technical use cases*</li>
<li>are less clean, readable and maintainable</li>
<li>have an improper scope**</li>
<li><em>miss</em> professional and technical use cases*</li>
<li>are <em>less</em> clean, readable and maintainable</li>
<li>have an improper <em>scope</em>**</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -1201,7 +1205,7 @@ <h3>TDD - rules</h3>
<ul>
<li>focus on <em>one</em> detail aka. one test at a time</li>
<li>New test shows what's <em>missing</em></li>
<li><em>no</em> prod change without a test*</li>
<li><em>no prod change</em> without a test*</li>
</ul>
<p><small>* We talk about exceptions later</small></p>
<aside aria-label="speaker notes" class="notes">
Expand Down Expand Up @@ -1336,7 +1340,7 @@ <h3>TDD - critics</h3>
<li><em>practice</em> and <em>discipline</em> is required
<ul>
<li>-> Takes about 3-4 months for <em>full speed</em></li>
<li>-> You can speed it up with some <em>code katas</em></li>
<li>-> You can speed it up with <em>code katas</em></li>
</ul>
</li>
<li>Small changes lead to lots of <em>red tests</em>
Expand Down

0 comments on commit 3745086

Please sign in to comment.