Hands-On Reactive Programming with Python
上QQ阅读APP看书,第一时间看更新

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?