DEV Community

Discussion on: Pitch me on TypeScript

Collapse
 
andrewbaisden profile image
Andrew Baisden

Pros:

  • Cleaner code
  • Static type checking
  • Less compile errors and debugging

Cons:

  • Longer project setup
  • You have to write more code
  • It still compiles to vanilla JavaScript