1 min readFeb 14, 2019
Linters help with finding bugs before you even run the tests. TypeScript is particularly amazing for this. I would bet that would cut down the frustration level by a considerable amount.
One downside… you can’t investigate the code to figure out why it failed after you reverted. Sure, you’re supposed to fail less, but how do you learn from your fewer failures?
Intriguing idea.