Hacker News new | ask | show | jobs
by shados 2686 days ago
An abstraction that doesn't properly hide what's under the hood and requires people to still be aware of it. That's exactly what TS is.
1 comments

Ts doesn’t abstract away Js.

It’s a superset of Js, almost the “opposite” of an abstraction (at least in the common intent of an abstraction)