Hacker News new | ask | show | jobs
by afarrell 3182 days ago
For things that have a clean interface, isn't it better to write a higher-level integration test rather than relying on manual testing?

Or at least to write an integration test to mimic the manual test so that you can refactor without having to correctly remember what manual test you did?

1 comments

Yes, agreed. It’s the obsession with early unit testing that I’m taking issue with.