Articles
Tags
AllClient-Side ArchitectureDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsSoftware DesignSoftware ProfessionalismWeb Development
1
Showing 1 article about "Command Query Segregation"

Command Query Segregation | Object-Oriented Design Principles w/ TypeScriptSoftware Design
CQS (Command-Query Segregation) is a design principle that states that a method is either a COMMAND that performs an action OR a Q...