Hacker News new | ask | show | jobs
by krasin 2601 days ago
Generally, I agree with this statement, but my experience shows me that there's a very important exception here: if a code implements any kind of parser or compiler, unit tests are a must for that part.
1 comments

In the compiler I'm working on at work the integration tests have been the most useful.