Hacker News new | ask | show | jobs
by davidjnelson 4060 days ago
One trick is focusing unit testing on code that has a lot of logic. And then also covering it with some functional tests. Integration tests are amazing but time consuming and can be less bang for your buck if you're pressed for time.

YMMV.

Also, what kind of software is this?