DEV Community

Discussion on: Why You Should Use Typescript Over Javascript?

Collapse
 
rammina profile image
Rammina

Let me ask you questions:

  • would you use Typescript if an important library you will be using has no type definition files?
  • do you think it is worth writing type definition files down yourself?
  • are you sure that using any over and over again will not have any negative consequences or create a false sense of security for a development team that uses Typescript?