Hacker News new | ask | show | jobs
by data-ottawa 231 days ago
I don’t like the 100% test coverage approach.

The PR will be huge, plus AI is great at adding tons of shallow tests.

I see tests as little pins that hold your codebase down. They can be great for overall stability, but too many and your project becomes inflexible and brittle.

In this case you’d be nailing a bunch of code that you don’t want to the code base.