DEV Community

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

Collapse
 
mmikowski profile image
Michael S. Mikowski

Type management is enormously important in JS, but that doesn't mean you have to use TS and all its complexity. In my experience self documenting code is far more effective. See typecasting here - mmikowski.github.io/typecast-02/