Test economics

Javier Lopez
Dev Genius
Published in
5 min readJul 17, 2022

--

Tests are essential for maintaining quality during the years. But there is no value on testing the same thing twice. Ideally, just one test should fail when you introduce a bug in your code.

Tests are a second program we create to check the first main thing that we want to create. Between these two programs there is a trust relationship, each one check the other part. This process of checking each other part is like double entry

--

--