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: using/solving-exercises/tdd.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,8 @@ For some tracks, it might be commenting or removing an annotation.
65
65
For some tracks, it might be changing an attribute from true to false.
66
66
Take the time to read [the documentation for your track][track-docs]: it will explain these details.
67
67
68
+
For tracks that don't skip the tests, applying this workflow may be as straightforward as commenting out the tests and uncommenting them one-by-one.
69
+
68
70
## Rationale for Test-Driven Development
69
71
70
72
While it may seem like "putting the cart before the horse", there are several good reasons why you might want to write unit tests before writing the implementation code:
0 commit comments