Meanwhile… on the query side of my architecture Posted on January 6, 2020 Written by The Curator Command-query separation is a common concept in the software industry. Many architectures separate commands from the rest of the system and send command messages that are processed by command handlers. Related