typescript-features-to-avoid
https://www.executeprogram.com/blog/typescript-features-to-avoid
将要叙述的这些特性可能有它的使用场景,但在默认情况下,建议避免。
- 避免枚举
- 避免命名空间
- 避免装饰器(现在)
- `#somePrivateField` 比 `private somePrivateField` 要好
https://www.executeprogram.com/blog/typescript-features-to-avoid
将要叙述的这些特性可能有它的使用场景,但在默认情况下,建议避免。