We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbb176 commit da6d20eCopy full SHA for da6d20e
builder/README.md
@@ -134,6 +134,12 @@ Use the Builder pattern when
134
* The algorithm for creating a complex object should be independent of the parts that make up the object and how they're assembled
135
* The construction process must allow different representations for the object that's constructed
136
137
+## Tutorials
138
+
139
+* [Refactoring Guru](https://refactoring.guru/design-patterns/builder)
140
+* [Oracle Blog](https://blogs.oracle.com/javamagazine/post/exploring-joshua-blochs-builder-design-pattern-in-java)
141
+* [Journal Dev](https://www.journaldev.com/1425/builder-design-pattern-in-java)
142
143
## Known uses
144
145
* [java.lang.StringBuilder](http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html)
0 commit comments