DEV Community

Discussion on: What is the ONE language/framework you refuse to use? But...WHY???

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

TypeScript

Developing in JS after coming from strictly typed languages was liberating. The last thing I want to do is start using strict typing in it.

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

Lol, for me it was just the opposite way: coming from a dynamically typed language (Ruby) to TS it was so awesome to catch most of my errors already in VS Code. (But I also remember 10 years ago coming from Java to Ruby felt liberating.)

Collapse
 
tzwel profile image
tzwel

do you really get type-related errors?