|
|
|
|
|
by skew
5105 days ago
|
|
The previous article really didn't make the argument "all you need is static typing". It was specifically refuting the idea that "all you need is unit testing" - or at least that unit testing is a complete replacement for static types. The paper makes a point of reporting that most unit tests could not be replaced by static types. What of that looks like a claim that you only need types? |
|
I believe the point is that there will always be something your current test strategy doesn't cover. At what point do you draw the line?
If unit tests and static types don't cover everything, what says that's enough? And can the justification for that, whatever it is, be applied to "unit tests are enough" also?