ChameleonBuilder
From APIDesign
(Difference between revisions)
JaroslavTulach (Talk | contribs)
(New page: Very nice attribute of a Builder pattern is the fact that it allows the users to associate the attributes one by one and doesn't force them to do so in a predefined order. Possibly it ...)
Next diff →
Revision as of 09:42, 13 June 2016
Very nice attribute of a Builder pattern is the fact that it allows the users to associate the attributes one by one and doesn't force them to do so in a predefined order. Possibly it allows the users to skip definition of some of the attributes and use defaults. However what can one do if certain attribute is essential - e.g. needs to be specified?