Skip to content

Commit da6d20e

Browse files
authored
docs: Add tutorial links for Builder pattern (iluwatar#525) (iluwatar#1883)
1 parent 5dbb176 commit da6d20e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

builder/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ Use the Builder pattern when
134134
* The algorithm for creating a complex object should be independent of the parts that make up the object and how they're assembled
135135
* The construction process must allow different representations for the object that's constructed
136136

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+
137143
## Known uses
138144

139145
* [java.lang.StringBuilder](http://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html)

0 commit comments

Comments
 (0)