DEV Community

Discussion on: How a Type System Improves your JavaScript Code

Collapse
 
iwilsonq profile image
Ian Wilson

Yep, I definitely wouldn't recommend it for every single project, especially not when working through an experiment or proof-of-concept. Static analysis can be a bit tiring but it gets stronger as the codebase increases significantly.

Collapse
 
jacksonelfers profile image
Jackson Elfers

I could definitely see where JavaScript could become unwieldy in larger projects. For people who've learned class based languages, typescript offers a great abstraction from js oddities.