DEV Community

Discussion on: How programming is better with TypeScript ?

Collapse
 
spock123 profile image
Lars Rye Jeppesen • Edited

I just converted a large backend API from JS to TS.
I cannot count how many bugs I could fix out of the box, just by all the places where non-existing object properties were accessed, function parameters were omitted etc.

Thread Thread
 
maciekgrzybek profile image
Maciek Grzybek

Exactly that :)