DEV Community

Discussion on: Thoughts on TypeScript

Collapse
 
thewix profile image
TheWix

If you have anti-corruption layers then you can trust what was compiled at runtime. You will not have issues unless you incorrectly deal with untyped data. This is a fact with untyped JS or even C#/Java/etc. If you incorrectly handle values from a form or API you will get an error in any language, typed or not.