Static Factory Methods | Object-Oriented Programming w/ TypeScript

Last updated Nov 21st, 2019
In this blog post, I explain how we can use the static factory method to enforce rules against how an object is created.

Go read "When to Use a Private Constructor | Object-Oriented Programming w/ TypeScript".

You'll use static factory methods for the same reason you'll want to use a private constructor.



Not sure where you are on the path? Take the Phases of Craftship quiz — 7 questions, personalized results.

Stay in touch!



View more in TypeScript