Y
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
ygra
2601 days ago
In the compiler I'm working on at work the integration tests have been the most useful.
link