Completely disagree. Unit-tests allow to improve design, catch errors, etc, but only if they are written correctly. If you wrote unit-test just to have them, they doesn't make any sense. Another points: good unit-tests allow to understand complex pieces of functionality and easy illustrate/fix existing errors.
C
Corsar
@Corsar