Test-Driven Development Notes
Thoughts
Testing first really does make it obvious when your function is poorly written. You know you’ve mixed file I/O code with your logic because you aren’t able to write a unit test for it.
Created: August 10, 2015
Last modified: September 28, 2019
Status: in-progress
Tags: tdd
comments powered by Disqus