Thursday, May 24, 2012

Compiler vs. Unit Test Feedback


The benefit of unit testing is that it provides us with faster feedback than integration testing or systems testing would do. That's all fine, but the compiler provides even faster feedback, so why should I resort to unit testing if the compiler can give me feedback sooner?
 

No comments:

Post a Comment