越来越多的开发者使用TypeScript
开发新应用,它“解决了”很多JavaScript
里的问题,且是JavaScript
的“超集”。它也让你的代码不易出错,且很易读。
要使用TypeScript
,有很多的理由,作者列出了7个不使用它的理由,列出如下:
- 有风险的(It is risky)
- 它是混乱的(It is messy)
- 它没有解决问题(It does not solve the problem)
- 它不是一个超集,它是一个子集(It is not s superset, it is a subset)
- 它是开源的,仅此而已(It is open-source, but nothing more)
- 大公司使用它(But big companies use it…)
- 它有更多的特性(But it has more features…)
看这些理由,怎么觉得有点奇怪,详细阅读原文吧。