DEV Community

Discussion on: Is 2019 the year of TypeScript?

 
sebbdk profile image
Sebastian Vargr

It is entirely possible to avoid most common down the line problems by keeping your codebase mutable, contrary to popular belief.

TS takes that mutability away by tying you to a language subset that requires extra tooling.