Table of Contents
CQS Principle
About
Asking a question should not change the answer. ie Query should not change data.
Articles Related
IO - CRUD (Create/Read/Update/Delete) - basic functions of persistent storage
Design - CQRS (Command Query Responsibility Segregation)
Documentation / Reference
Command query separation