Tag: testing
-
Tests are an observability concern
The first thing I do when I encounter a strange code base is run the test suite. I do this because I can get an idea of: I’ve heard a lot about the benefits of test suites, even in the context of articles that are against TDD (test-driven development). For instance: And conversely, the negatives:…