(no title)
amm | 10 years ago
Once your codebase reaches a certain size, an event bus is a very powerful pattern that, if applied correctly, will keep your classes/functions/... decoupled.
Naturally, there is a huge potential for misuse, but that argument probably applies to any design pattern.
No comments yet.