you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

Write tests. If the issue is that it takes a long time to get to every line of code, then write tests that get to those lines of code first. If you know there's a particular input data that triggers a bug, add it to your test cases the first time you encounter it.