DEV Community

Cover image for Unit Tests Do Find Bugs

Unit Tests Do Find Bugs

bob.ts on October 07, 2019

(Sorry, lazily reused the same graphic above.) This article is my "attempt" to define the benefits of proper levels of testing. I had a larger pro...
Collapse
 
integerman profile image
Matt Eland

Love the scientific focus. We need to be better at tracking stuff like this because not all code has the same level of risk.

Collapse
 
rfornal profile image
bob.ts

The "scientific focus" is what I was going for. This article will be one I update as I gather more information on various projects (may even include data passed on to me via reliable sources).

Collapse
 
integerman profile image
Matt Eland

If we could get tooling to indicate what line or method an error occurred, maybe something to look at FIX commits, it might be possible to automate some of this, but it requires process changes and discipline. It's an interesting idea.