Merge pull request #13168 from edizor/master

Update README
This commit is contained in:
Loredana Crusoveanu 2022-12-17 15:31:51 +02:00 committed by GitHub
commit f9d4c4e3a1
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1,2 @@
## Relevant Articles
- [The Factory Design Pattern in Java](https://www.baeldung.com/java-factory-pattern)

View File

@ -9,4 +9,3 @@
- [How to Replace Many if Statements in Java](https://www.baeldung.com/java-replace-if-statements)
- [Prototype Pattern in Java](https://www.baeldung.com/java-pattern-prototype)
- [Implementing Factory Pattern With Generics in Java](https://www.baeldung.com/java-factory-pattern-generics)
- [The Factory Design Pattern in Java](https://www.baeldung.com/java-factory-pattern)