File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,12 @@ Use the Builder pattern when
134
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
135
* The construction process must allow different representations for the object that's constructed
136
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
+
137
143
## Known uses
138
144
139
145
* [ java.lang.StringBuilder] ( http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html )
You can’t perform that action at this time.
0 commit comments