- Learn React with TypeScript 3
- Carl Rippon
- 100字
- 2021-06-10 19:16:31
Better developer experience and productivity
Let's fix the bug in the previous section by renaming price to unitPrice. Notice how Visual Studio Code gives us IntelliSense lists unitPrice as an option because it looking at our type definition:
Here, TypeScript and Visual Studio Code are using the types to provide a better authoring experience for us. As well as IntelliSense, we are provided with code navigation features, and the safe renaming of functions and variables across multiple files. These features increase our productivity, particularly when the code base is large and there is a team of people working on it.
推薦閱讀
- 密碼學原理與Java實現
- Spring Boot+Spring Cloud+Vue+Element項目實戰:手把手教你開發權限管理系統
- MATLAB實用教程
- Spring+Spring MVC+MyBatis整合開發實戰
- RabbitMQ Cookbook
- Web Development with MongoDB and Node(Third Edition)
- BIM概論及Revit精講
- AIRIOT物聯網平臺開發框架應用與實戰
- 機器學習微積分一本通(Python版)
- 深入實踐Kotlin元編程
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- Java Web應用開發項目教程
- 區塊鏈項目開發指南
- 計算機應用技能實訓教程
- 深入解析Java編譯器:源碼剖析與實例詳解