- 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.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 深入淺出Java虛擬機:JVM原理與實戰
- Interactive Data Visualization with Python
- Practical Data Science Cookbook(Second Edition)
- 教孩子學編程:C++入門圖解
- C++程序設計基礎教程
- 深入RabbitMQ
- Visual C#通用范例開發金典
- 領域驅動設計:軟件核心復雜性應對之道(修訂版)
- C專家編程
- Web性能實戰
- Practical Predictive Analytics
- Windows 10 for Enterprise Administrators
- Learning Scrapy