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 "Value Object"

Value Objects - DDD w/ TypeScriptDomain-Driven Design
Value Objects are one of the primary components of Domain-Driven Design. Here's a simple Value Object class in TypeScript.