Slide 43
Slide 43 text
+ Perfect to decouple code inside the app.
+ Small listeners, easy to understand, to test.
+ Easy to dispatch events outside application.
+ Scalable!
- Sometimes, hard to understand what happen.
- Need tools / rules to keep a common logic.
- Try to limit entities usage. ;)
What else?