Skip to content

open-solid/cqs

Repository files navigation

Command-Query Separation implementation

Command-Query Separation (CQS) is a principle in software design that states a function should either be a command that performs an action (modifies state) or a query that returns data, but not both. This separation ensures clarity and predictability in code. Commands alter the state of the system, while queries provide information without causing side effects.

See more https://martinfowler.com/bliki/CommandQuerySeparation.html

Installation

composer require open-solid/cqs

License

This software is published under the MIT License

About

A Command-Query Separation implementation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages