Talk:Builder pattern: Difference between revisions

Content deleted Content added
Line 152:
 
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)
:Not terribly impressed by the C++ example either - don't expose pointers, use references instead, and the Builder certainly cannot be a singleton. As an example, use more meaningful names - ideally (necessarily) the same as those in other examples to emphasis the relationship between the representations in different languages. [[Special:Contributions/15.203.137.74|15.203.137.74]] ([[User talk:15.203.137.74|talk]]) 12:19, 26 November 2014 (UTC)
 
== C# implementation ==