DEV Community

Discussion on: Why I should use Typescript other than 'type safety' advantage?

Collapse
 
anders profile image
Anders

From my perspective type safety isn't even the thing you'd care about, its the ability for a compiler to actually validate your code, detect invalid variable names, functions that don't exist and what not.

Collapse
 
talk2sohail profile image
Sohail

That is some nice perspective. Thanks.