|
|
|
|
|
by the_af
401 days ago
|
|
> types [...] make only guarantees about the type of values What do you think "type of values" means and encodes, and why do you think it's different from your handwritten tests? I assume you do know that type checking is more than simply validating you're passing a string to a function that expects a string argument? > Types also only catch certain classes of errors Which classes of errors? Why do you think manually written unit tests are more complete? |
|