- Functional Kotlin
- Mario Arias Rivu Chakraborty
- 63字
- 2021-06-24 19:15:29
The advantages of immutability
We've mentioned several times that immutability brings safety along with it. But that's not all; the following is a brief list of advantages that immutability brings with it, we will discuss them one by one:
- Thread safety
- Low coupling
- Referential transparency
- Failure atomicity
- Compiler optimization
- Pure functions
Let us now discuss each of the advantages to understand them better.
推薦閱讀
- iOS面試一戰到底
- 從零開始:數字圖像處理的編程基礎與應用
- 零基礎玩轉區塊鏈
- Responsive Web Design with HTML5 and CSS3
- Implementing Cisco Networking Solutions
- SQL Server 2012數據庫管理與開發項目教程
- ADI DSP應用技術集錦
- 軟件測試技術指南
- C語言從入門到精通
- Android移動開發案例教程:基于Android Studio開發環境
- 創意UI:Photoshop玩轉APP設計
- Hadoop大數據分析技術
- Django Design Patterns and Best Practices
- UML基礎與Rose建模實用教程(第三版)
- Node.js實戰:分布式系統中的后端服務開發