DEV Community

Discussion on: Typescript is really just an aggressive linter

Collapse
 
matjones profile image
Mat Jones

I don’t think it’s accurate to say it’s “just an aggressive linter”. It’s a distinct programming language, with language features that don’t exist in JavaScript.

Compile time type checking is not going to be 100% effective at runtime

But that’s true for literally any language.