- 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.
推薦閱讀
- Practical Data Analysis Cookbook
- Learning Cython Programming(Second Edition)
- 復雜軟件設計之道:領域驅動設計全面解析與實戰
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Learn Programming in Python with Cody Jackson
- Create React App 2 Quick Start Guide
- Kotlin開發教程(全2冊)
- Access 2010數據庫應用技術實驗指導與習題選解(第2版)
- 計算機應用基礎(第二版)
- SSH框架企業級應用實戰
- Java設計模式深入研究
- Android技術內幕(系統卷)
- Java Web動態網站開發(第2版·微課版)
- SQL Server 2014 Development Essentials