- Hands-On Design Patterns with Kotlin
- Alexey Soshin
- 132字
- 2021-06-25 20:49:27
Why use design patterns in Kotlin?
Kotlin comes to solve the real-world problems of today. In the following chapters, we will discuss both Design Patterns first introduced by the Gang of Four back in '94, as well as design patterns that emerged from the functional programming paradigm.
You'll find that some of the design patterns are so common or useful that they're already built into the language as reserved keywords or standard functions. Some of them will need to combine a set of language features. And some are not so useful any more, since the world has moved forward, and they're being replaced by some other patterns.
But in any case, familiarity with design patterns and best practices expands your "developer toolbox" and creates shared vocabulary between you and your colleagues.
- 一步一步學(xué)Spring Boot 2:微服務(wù)項目實戰(zhàn)
- Python程序設(shè)計教程(第2版)
- 軟件項目管理(第2版)
- DevOps入門與實踐
- 云原生Spring實戰(zhàn)
- Visual C#通用范例開發(fā)金典
- 一本書講透Java線程:原理與實踐
- R的極客理想:量化投資篇
- Spring Data JPA從入門到精通
- SaaS攻略:入門、實戰(zhàn)與進階
- 小學(xué)生C++趣味編程從入門到精通
- Linux Networking Cookbook
- JavaScript設(shè)計模式與開發(fā)實踐
- 走近SDN/NFV
- Slick2D Game Development