<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Thanks for this, Michael!<br>
<br>
My goto talk on unit tests is one Misko Hevery <a
href="https://www.youtube.com/watch?v=wEhu57pih5w">gave</a> for
Google back in 2008 (32m long). Particularly interesting is the <a
href="https://youtu.be/wEhu57pih5w?t=447">section at 7:27</a>
where he talks about the different types of tests and why unit tests
are the logical conclusion.<br>
<br>
What I love most is it can be boiled down to 3 things to write
testable code. Keep these 3 concerns separate:<br>
<ol>
<li>Instantiation</li>
<li>Composition</li>
<li>Business Logic<br>
</li>
</ol>
-<br>
<meta http-equiv="content-type" content="text/html;
charset=windows-1252">
Katherine<br>
<br>
<div class="moz-cite-prefix">On 03/07/2016 06:11 PM, Michael
Hudson-Doyle wrote:<br>
</div>
<blockquote
cite="mid:CAJ8wqtcyGdjK+vBCLD_3eWofq-gwAPT1uLJJHu747mnk2GspyQ@mail.gmail.com"
type="cite">
<pre wrap="">Some of you will have seen this before... I found this talk I gave at
the Launchpad Epic in 2010 and somewhat prompted by discussions in the
onyx standup wrote it up as a medium post:
<a class="moz-txt-link-freetext" href="https://medium.com/@mwhudson/a-patronizing-guide-to-what-makes-a-good-unit-test-fe895951ce35#.85hbmgmug">https://medium.com/@mwhudson/a-patronizing-guide-to-what-makes-a-good-unit-test-fe895951ce35#.85hbmgmug</a>
I hope you find it interesting, and that it helps promote more focused
conversations around test quality!
Cheers,
mwh
</pre>
</blockquote>
<br>
<pre class="moz-signature" cols="72">--
-
Katherine</pre>
</body>
</html>