|
|
|
|
|
by yaseer
2703 days ago
|
|
There are multiple benefits from having TypeScript a clear winner. 1. One standard typed version of JS (As appose to flow and TypeScript) is a better use of open-source developer time. It also reduces decision fatigue when architecturing new JS projects.
2. TypeScript tooling is fantastic. Using VSCode or Webstorm spoils you.
3. TypeScript is a testing ground for experimental language features. It can shape the direction of future versions of JS.
4. Finally, the language is clearly well liked, in addition to being popular. We can debate the pros and cons of its quirks, but overall, the stats say developer satisfaction is high. https://hub.packtpub.com/4-key-findings-from-the-state-of-ja... |
|