logo

匠人学习平台在线直播操作指南

Java教程

TypeScript最佳实践Tips
⚒️

TypeScript最佳实践Tips

你是否避免使用 "any"?

TypeScript 的 any 关键字是一把双刃剑。它表示一种可以是任何类型的类型,其中每个可能的属性和方法都存在,并且返回 any。它可以与任何类型进行转换,也是你告诉编译器“别管我”的方式。
然而,any 容易被用作一种依赖,导致你错过了 TypeScript 的主要好处,比如便捷的智能提示、重构支持和编译时的安全性!
 
Figure: Bad example – I can pass anything into this method, so I get bad output at run time (“undefined undefined”)
Figure: Bad example – I can pass anything into this method, so I get bad output at run time (“undefined undefined”)
 
Figure: Good example – using types means I get errors and intellisense support
Figure: Good example – using types means I get errors and intellisense support
如果你想编写更类型安全的代码,一般建议尽可能使用 unknown 而不是 any,因为它迫使你进行类型检查,并有助于在开发过程中及早发现错误。

是否对类型进行了简单描述?

这取决于个人喜好,不过在某些情况下你必须在 TypeScript 中定义类型,例如:
本章目录
    logo

    Follow Us

    linkedinfacebooktwitterinstagramweiboyoutubebilibilitiktokxigua

    We Accept

    /image/layout/pay-paypal.png/image/layout/pay-visa.png/image/layout/pay-master-card.png/image/layout/pay-airwallex.png/image/layout/pay-alipay.png

    地址

    Level 10b, 144 Edward Street, Brisbane CBD(Headquarter)
    Level 2, 171 La Trobe St, Melbourne VIC 3000
    四川省成都市武侯区桂溪街道天府大道中段500号D5东方希望天祥广场B座45A13号
    Business Hub, 155 Waymouth St, Adelaide SA 5000

    Disclaimer

    footer-disclaimerfooter-disclaimer

    JR Academy acknowledges Traditional Owners of Country throughout Australia and recognises the continuing connection to lands, waters and communities. We pay our respect to Aboriginal and Torres Strait Islander cultures; and to Elders past and present. Aboriginal and Torres Strait Islander peoples should be aware that this website may contain images or names of people who have since passed away.

    匠人学院网站上的所有内容,包括课程材料、徽标和匠人学院网站上提供的信息,均受澳大利亚政府知识产权法的保护。严禁未经授权使用、销售、分发、复制或修改。违规行为可能会导致法律诉讼。通过访问我们的网站,您同意尊重我们的知识产权。 JR Academy Pty Ltd 保留所有权利,包括专利、商标和版权。任何侵权行为都将受到法律追究。查看用户协议

    © 2017-2024 JR Academy Pty Ltd. All rights reserved.

    ABN 26621887572