Test oriented development
Test oriented development is another approach where it is not important to write tests first but it is important to write test while writing production code.
Typically, we repeat the steps below in that order
- take a small requirement
- write production code
- write unit tests
- refactor
Comments
comments powered by Disqus