DEV Community

Discussion on: Why Should We Use TypeScript

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt • Edited

TypeScript is both helpful and fake.

It doesn't provide run type checking. And sometimes typings are wrong!

Most famously, Array[n+1] and Record<string, any>['non-key'].

Collapse
 
athomsfere profile image
Austin French

Yes, I prefer Typescript, by thousands of times. But, I have also seen weird bug produced a couple times because TS can't really predict everything someone might do with objects.

Collapse
 
shamaz332 profile image
Shamaz saeed

Not agree with this