> The Beauty of Modeling Everything as Events - hen you model work as events, powerful patterns emerge
Wouldn't you say these patterns aren't unique to event based systems since functional composition can also lead to these patterns? For eg: see the Streams API in Java
=========
- Where would push event systems make sense over pull based systems?