- Hands-On Reactive Programming with Python
- Romain Picard
- 69字
- 2021-06-24 18:25:22
Questions
- What is a pure function?
- What is a higher-order function?
- Why should side effects be as small as possible?
- What is an observable cycle?
- How can you wait in a coroutine until a item is received on an observable?
- How can you combine two observables into a single one?
- Would you implement some code that writes pixels to a screen as a component or as a driver? Why?