logoalt Hacker News

christophiluslast Sunday at 5:24 PM1 replyview on HN

It’s really nice to save and have your tests automatically run and go green (or red) nearly instantly. There is value to that. Performance matters.


Replies

ohdeargodnolast Sunday at 6:48 PM

That's called not rerunning all the tests in your project and having test harnesses that know of module boundaries.

In addition, considering "saving" is something that happens on pretty much any non-code interaction, it means your tests are broken half the time when you're working. That's useless noise.