In a recent article: Why events matters, I tried to explain why event driven architecture makes sense to me. Not only for performance, not only for logging, not even for the shiny buzzwords, but because it is an excellent way to be aligned with your business. This is the best […]
Category: DDD
Why events matters?
Most of the time, we justify Event Driven Architecture with performance issue. So we believe it only fits for really complex software. In my humble opinion, this is a mistake. As every craftsman, performance optimization is the last thing I try to do, after having a working code, and after having a clean code (which […]