DEV Community

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

Collapse
 
sabasayer profile image
sabasayer

Thanks for this post ,

Main reason we decided to use Typescript was ,we are building heavily business dependant project that has hundreds of api endpoints and data interfaces more than that .

We needed to create interfaces of models at the api so that we dont try to remember properties of every single model .

For small projects if you dont have restrictive types you dont need to work with Typescript. But if you are working with different types of data , it is a must for me.