Articles
Tags
AllClient-Side ArchitectureDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsObject-Oriented AnalysisObject-Oriented DesignObject-Oriented ProgrammingSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentWeb Development
1
Showing 1 article about "Command Query Separation"

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