Skip to content

Commit c5768a2

Browse files
committed
improvements
1 parent 3ab23f9 commit c5768a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h2 id="how" class="content slide">how?</h2>
9696
<li> keep tests simple, new test = next smallest step on your way to full feature</li>
9797
<li> keep tests dumb, just test states, no logic inside tests</li>
9898
<li> use mocks for dependencies (develop with use of interfaces, so that implementation can be swapped!)</li>
99-
<li> it's good idea to create a few project-wide abstract classes for unit tests, as they will be reused a lot, create little DSL</li>
99+
<li> it's a good idea to create a few project-wide abstract classes for unit tests, as they will be reused a lot, create little DSL</li>
100100
<li> too much 'verify' calls is a code smell</li>
101101
<li> too much asserts in single method is a code smell (debatable tho)</li>
102102
</ul>

0 commit comments

Comments
 (0)