DEV Community

Discussion on: TypeScript is a waste of time. Change my mind.

Collapse
 
wlcdesigns profile image
wLc

I agree with this article. I'll add that TDD would eliminate most of the need for Typescript. On top of that, how many of your total errors are type related? I would really like to see how some of these Typescript dependent projects are written. I'm pretty sure there are layers of unnecessary complexity due to an insufficient understanding of javascript and compositional programming.