You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ The key to good unit testing is to write **testable code**. Applying simple desi
44
44
+ Apply adequate **design patterns**, especially **dependency injection** that allows separating an object's creation responsibility from business logic
45
45
+ Avoid global mutable state
46
46
47
+
<divalign="right">
48
+
<b><a href="#">↥ back to top</a></b>
49
+
</div>
50
+
47
51
## Guidelines
48
52
49
53
The goal of these guidelines is to make your tests:
@@ -80,7 +84,9 @@ How? Why?
80
84
81
85
Note that code written without a test-first approach is often very hard to test.
0 commit comments