- Hands-On Reactive Programming with Python
- Romain Picard
- 102字
- 2021-06-24 18:25:18
Some base elements of functional programming
Many of the examples described in this book follow the functional programming paradigm. Since ReactiveX is already using several principals of functional programming, it is a natural way to structure such applications. However, only a subset of the functional programming principals will be used. The structure and separation of responsibilities that will be done in the code rely on the following:
- Lambdas and closure: These ease the readability of the code
- Side effects and pure functions: These allow you to write deterministic and testable code
- Higher-order functions: These are building blocks for many code constructs
推薦閱讀
- Containerization with LXC
- Cybersecurity:Attack and Defense Strategies
- 從零開始寫Linux內核:一書學透核心原理與實現
- Kali Linux滲透測試全流程詳解
- Instant Handlebars.js
- Mastering KVM Virtualization
- Windows Server 2012 Hyper-V Cookbook
- RESS Essentials
- 嵌入式實時操作系統μC/OS原理與實踐
- Learning Bootstrap
- 突破平面3ds Max動畫設計與制作
- NetDevOps入門與實踐
- 云原生落地:產品、架構與商業模式
- Linux服務器配置與管理
- CentOS 6 Linux Server Cookbook