DEV Community

Discussion on: TypeScript and why you should type your JS project

 
peppesilletti_4 profile image
Giuseppe Silletti • Edited

Type correctness does not guarantee program correctness.

You need tests anyways, types or not types. If there's a typo the tests will fail, so in this specific case I'd say that types may be redundant.