Talk:Builder pattern: Difference between revisions

Content deleted Content added
Jk2q3jrklse (talk | contribs)
Line 144:
 
The Gang of Four have an interaction diagram that shows that you get the resulting product from the builder. I can't see any reason why you would need a setPizzaBuilder setter - you would just pass the pizzaBuilder in as a parameter. This leads to cleaner code, IMO. - [[User:FluffySquid|FluffySquid]] ([[User talk:FluffySquid|talk]]) 14:11, 17 January 2011 (UTC)
 
== Two example implementations ==
 
I'm not sure we need two example implementations. C++ and Java are not radically different in syntax, and there's nothing about the pattern that can't be covered in one. &mdash;&nbsp;[[User:Anndelion|<font color="#6B8E23">'''anndelion'''</font>]]&nbsp;[[User_talk:Anndelion|<span style="font-size:125%; vertical-align:text-middle; color:#DAA520"><span class="Unicode">&#10059;</span></span>]] 21:40, 18 April 2011 (UTC)