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
you first write tests that describe how you want your software to behave, which
10
+
In [test driven development](https://en.wikipedia.org/wiki/Test-driven_development) you first write tests that describe how you want your software to behave, which
13
11
initially will all fail. Then as you implement your code you will begin passing
14
12
the test. Later, as your project matures, old tests help make sure that new
0 commit comments