cqs-patterns
Installation
SKILL.md
Command Query Separation (CQS)
The Principle
A method should either be a Command that performs an action, or a Query that returns data, but not both.
A method should either be a Command that performs an action, or a Query that returns data, but not both.