With TypeScript, I feel comfortable making big changes that would have...


With TypeScript, I feel comfortable making big changes that would have scared me in JavaScript. I can often make large scale, type-safe changes, and trust the compiler to catch all the spots I need to update.

This subtle TypeScript benefit saves me a lot of time - especially when a change involves many files.

This is one example of how declaring types saves me more time than it costs me.

View original on X