DEV Community

Discussion on: My thoughts on TypeScript

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀

Its funny, I swore that I would be using typescript through and through for life, but then I realize that I also like writing fast. I often switch between both depending on my project and my mood. Need to write a quick concept? Use JavaScript, what to make the concept good, use imutible and functional methodology, what to make it maintainable, use typescript.

Because these are all acceptable levels of development, it's a wonderful choice to make. Enjoy typescript!