Typescript, any one?

aeric

Expert
Licensed User
Longtime User
I like the Conclusion.

TLDR;
In my honest opinion, going from JavaScript to Typescript is like transitioning from PHP to C#. The core concepts remain the same. However, you are adding a layer of type safety and an additional compilation step.
 

alwaysbusy

Expert
Licensed User
Longtime User
Compleet overkill in my opinion. The article writer makes some good points. Not a fan at all of it. I've seen languages (like Xojo) who implemented it instead of JavaScript. (No idea why as they had 100% control over the code they wrote). Result is a slow framework where it takes ages to implement even basic stuff.

But yeah, it isn't the first blunder that company has made over the years and making very bad design decisions. :rolleyes:
 
Last edited:
Top