DEV Community

Discussion on: How programming is better with TypeScript ?

Collapse
 
itays123 profile image
Itay Schechner

Well, I'm afraid I disagree. By "TypeScript compliant", they mean you can import javascript files to typescript and the other way around, but not nessecairly each piece of Javascript code will compile.

Regarding the Javascript classes - coming from a Java background, the value of Javascript classes is worth less compared to Java. Typescript offered the OOP features of Java with the flexibility of Javascript.

About your other points - direct them to the author:)