I've been writing #JavaScript for a long time now and I'm making more and more complex applications with it.

I'm #TypeScript-curious and I'm hearing mixed reviews about it and I'd like to hear from the experts. Should I...

stick with #JavaScript
17.1%
learn #TypeScript
82.9%
Poll ended at .
@numbakrunch I love it. Saved me so many problems.
@numbakrunch I’m not sure why you are getting mixed reviews. I have been using TS for almost 4 years ago. Working in enterprise with a large org I wouldn’t go back to dynamic typing without static analysis.
@numbakrunch stronger type system means less bugs means happy developer ☺️
@numbakrunch it's worth it. I couldn't imagine writing JS without it, starting 5 years ago.

@numbakrunch

Once you learn TS, you never wanna go back to JS. Types and interfaces save you a lot of problems during development.