DEV Community

Discussion on: Do you prefer TypeScript over vanilla JS?

Collapse
 
patoi profile image
István Pató

No. This is a jungle. You want a banana, but got a jungle. Dependency everywhere: code editor, plugins, devDependencies, dependencies, build tools.

  • Write well-written JavaScript: use guards, objects, write tests.
  • Do not create "Large Code Base"! Design modular architecture, use microservice/microfronend. Think big, act small.
  • TypeScript is a syndrome: lack of architecture design. Yeah, big companies can fail in it.

Keep it super simple!