- Hands-On Reactive Programming with Python
- Romain Picard
- 113字
- 2021-06-24 18:25:14
Flow diagrams
Marble diagrams are a great way to explain how an operator works. However, they are not suited to describe how a program, a function, or a component works. Marble diagrams can show from example how a transformation on one observable is applied, but they cannot be used to describe how operators are combined to achieve a more complex operation on the data. We need a kind of diagram that shows the complete transformations applied on observables without the details of each operator being used. We need a diagram in which one considers that the operators are known by the reader but the overall behavior of a component must be described.
推薦閱讀
- PLC控制程序精編108例
- Containerization with LXC
- 發(fā)布!設計與部署穩(wěn)定的分布式系統(tǒng)(第2版)
- Haskell Financial Data Modeling and Predictive Analytics
- 玩到極致 iPhone 4S完全攻略
- Linux性能優(yōu)化
- 網(wǎng)絡操作系統(tǒng)管理與應用(第三版)
- Learning Bootstrap
- 嵌入式實時操作系統(tǒng):RT-Thread設計與實現(xiàn)
- Android物聯(lián)網(wǎng)開發(fā)細致入門與最佳實踐
- Social Data Visualization with HTML5 and JavaScript
- RHCSARHCE 紅帽Linux認證學習指南(第7版)EX200 & EX300
- Cassandra 3.x High Availability(Second Edition)
- Python UNIX和Linux系統(tǒng)管理指南
- Mastering Eclipse Plug-in Development