書名: Functional Kotlin作者名: Mario Arias Rivu Chakraborty本章字數: 66字更新時間: 2021-06-24 19:15:24
Kotlin's type system
Type systems are a set of rules that determine the type of a language construct.
A (good) type system will help you with:
- Making sure that the constituent parts of your program are connected in a consistent way
- Understanding your program (by reducing your cognitive load)
- Expressing business rules
- Automatic low-level optimizations
We have already covered enough ground to understand Kotlin's type system.
推薦閱讀
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- 解構產品經理:互聯網產品策劃入門寶典
- Bulma必知必會
- ASP.NET動態網頁設計教程(第三版)
- MongoDB權威指南(第3版)
- NetBeans IDE 8 Cookbook
- WebStorm Essentials
- Instant Apache Camel Messaging System
- ROS機器人編程實戰
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Visual Basic語言程序設計上機指導與練習(第3版)
- Analytics for the Internet of Things(IoT)
- Qt編程快速入門
- Swift從入門到精通 (移動開發叢書)