Articles
Tags
AllClient-Side ArchitectureDesignDesign PrinciplesDomain-Driven DesignEnterprise Node + TypeScriptGraphQLHumans & CodeNetworking & OpsObject-Oriented AnalysisObject-Oriented DesignObject-Oriented ProgrammingSoftware DesignSoftware ProfessionalismTest-Driven DevelopmentTestingThe MetaphysicsThe Phases of CraftshipWeb Development
1
Showing 1 article about "Advanced Object-Oriented Programming"
Domain Knowledge & Interpretation of the Single Responsibility Principle | SOLID Node.js + TypeScriptSoftware Design
The Single Responsibility Principle specifies that a class or function should only have one reason to change. Admittedly, that's n...