Who calls who? — a simple events heuristic
Updated: 2023-11-20 08:46:34
Articles Topics All Articles Domain-Driven Design Testing Ruby on Rails React JS Async Remote Tomasz Stolarczyk November 20, 2023 improve this article commands bounded contexts Who calls who â a simple events heuristic and check why 5600+ Rails engineers read also this Who calls who â a simple events heuristic When integrating two components , you may wonder who should own the commands and events you want to use for communication . Today , I will show you a simple heuristic that may help you make this decision . The heuristic relies on the frequency of change in components . Before using it , we should visualize relationships between those components . Context Mapping is a perfect tool for that , as it shows how changes in one Bounded Context affect others there is an excellent