When we have a system which utilizes Domain Events, it can be quite hard to comprehend the whole workflow (sequence of events) of processing a particular command: how many active handlers we have, how many other events they give raise to, and so on.
On the other hand procedural workflow of Transaction Script is much easier to follow in code. In our team this argument carries much weight, and that's why straightforward Transaction Script is in favor.
I am looking for any approaches that might help eliminate this shortcoming of the Domain Events design pattern.