Hacker News new | ask | show | jobs
by geoffjentry 1535 days ago
I've become a fan of using mutation testing to drive unit test coverage. The goal of mutation testing is to ensure there is test coverage around areas with a higher likelihood of being brittle. Work smarter, not harder.