Articles
Tags
AllDomain-Driven DesignEnterprise Node + TypeScriptGraphQLNetworking & OpsSoftware DesignSoftware ProfessionalismWeb Development
2
Showing 2 article(s) about "OOP"

Static Factory Methods | Object-Oriented Programming w/ TypeScriptTypeScript
Nov 21st, 2019 / 1 min read
In this blog post, I explain how we can use the static factory method to enforce rules against how an object is created.

When to Use a Private Constructor | TypeScript OOPTypeScript
Nov 21st, 2019 / 3 min read
In this blog post, I explain how using a private constructor helps to force a single way to create an object, and why it's most co...