Hacker News new | ask | show | jobs
by joe_the_user 5295 days ago
I often find that looking at the code hard and adding the appropriate tests and asserts can be better than immediately pulling out the debugger. Assert are continually testing your assumptions where you can only see them once in a debugging session.