- it's not new; it's just event-driven programming
- GoF observer pattern
I thought of objects being like biological cells and/or individual computers on a network, only able to communicate with messages (so messaging came at the very beginning -- it took a while to see how to do messaging in a programming language efficiently enough to be useful) - Allen Kay
- the real meaning of "tell don't ask" (Scot Ruby)
- MVC is dead, it's time to MOVE on
- Domain Model Events - Ruby Tapas #21
- Getting Hexagonal with Wisper
within one app
- event_bus
- wisper
- message_bus from discourse
- activerecord observers
between services