Talk:Builder pattern: Difference between revisions

Content deleted Content added
Normana400 (talk | contribs)
Normana400 (talk | contribs)
Line 178:
The GOF builder pattern is not like this at all. Whereas the java builder pattern is more about convenient sentence like construction, the GOF builder is more about building a complex/compound object using encapsulated builders (builders that no nothing about each other). And it uses a director to coordinate/orchestrate the work allocated to each builder to make the final compound object. So in the car example, you'd have builders that resemble steps in the car assembly with the director representing the "conveyor belt".
 
with that in mind, I think this page should bejust splitrefer into 2 sections, one forto the GOF pattern and onehave foran ambiguity link to link the Java buildbuilder pattern to the [[Fluent_interface]] page.
<ref>http://stackoverflow.com/questions/26256604/is-the-java-builder-pattern-bloch-really-related-to-the-gof-builder</ref>
[[User:Normana400|Normana400]] ([[User talk:Normana400|talk]]) 18:47, 17 March 2017 (UTC)