- 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.
推薦閱讀
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- The Complete Rust Programming Reference Guide
- Learning Cython Programming(Second Edition)
- SpringMVC+MyBatis快速開發與項目實戰
- Microsoft Dynamics 365 Extensions Cookbook
- Leap Motion Development Essentials
- R語言數據可視化之美:專業圖表繪制指南
- Learning Elixir
- Hands-On Reinforcement Learning with Python
- Java實戰(第2版)
- Scala Functional Programming Patterns
- Docker:容器與容器云(第2版)
- R的極客理想:量化投資篇
- Python Social Media Analytics
- 信息學奧林匹克競賽初賽精講精練