RE: How to generally decide between FACTORY and constructor?
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
There's a choice between factory method, static class factory method, an explicit factory instance, abstract factory, ... choose wisely.