api-guidelines icon indicating copy to clipboard operation
api-guidelines copied to clipboard

Add a pattern description of a "draft" entity

Open corranrogue9 opened this issue 2 years ago • 0 comments

This pattern is really an anti-pattern which describes having a "draft" entity which has relaxed validation so that properties required to create the "real" entity can be added piecewise. In OOP, this is known as the "builder pattern".

corranrogue9 avatar Jul 05 '23 21:07 corranrogue9