|
|
|
|
|
by throw_m239339
1608 days ago
|
|
I completely disagree with that article. Instead of "avoid this or that", one should be understanding how Typescript compiler works and not treat it as a blackbox. Ultimately, Typescript does compile to Javascript. One cannot use Typescript without understanding Javascript, since every single Javascript library is not written in Typescript. |
|
No one should need or worry about what an abstraction compiles to unless they’re specifically working on that abstraction or there’s a language bug.