This website uses cookies
We use cookies to continuously improve your experience on our site. More info.
Stands for Command and Query Responsibility Segregation, a software pattern for interacting with an information system. It can use a different model to update information than the model used to read it. It is well suited to a design by contract methodology.
Developed by | Bertrand Meyer |
It was created as part of Bertrand Meyer’s pioneering work on the Eiffel, which is an object-oriented programming language.