Triangulation: The Other Role Of Unit Tests
“Why do we need unit tests?” Seems like a silly question. We want to check if something is working, right? Let’s dig deeper, though. At the time of writing, if we’re using test-first or TDD, we’re designing interfaces, apply usage scenarios and refactor with a safety net. In test-after mode, Read more…