Catching typos is an important part of what unit tests do with statically typed code, since typos result in value errors at least as often as type errors.
Catching typos is an important part of what unit tests do with statically typed code, since typos result in value errors at least as often as type errors.