Skip to content

Commit ec14ed4

Browse files
authored
Update README.md
1 parent dd10f2b commit ec14ed4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Java CI with Maven](https://github.com/ibrahimatay/Design-Patterns/actions/workflows/maven.yml/badge.svg)](https://github.com/ibrahimatay/Design-Patterns/actions/workflows/maven.yml)
2+
Examples of design patterns in Java are presented in a way that is easy for humans to understand and implement. These examples provide a practical and intuitive guide to the use of design patterns in Java, helping developers improve their skills and create more effective and maintainable software.
23
# Design Patterns For Humans
3-
Examples of design patterns in Java is presented in a way that is easy for humans to understand and implement. The purpose of these examples is to provide a practical and intuitive guide to the use of design patterns in Java, helping developers improve their skills and create more effective and maintainable software.
44

55
![image](/docs/images/desing-pattern-relationships.jpeg)
66

@@ -11,7 +11,7 @@ Examples of design patterns in Java is presented in a way that is easy for human
1111
- [Prototype](/prototype/src/main/java/com/ibrahimatay/Main.java)
1212
- Singleton
1313
- [Eager Instantiation](/singleton-eager-instantiation/src/main/java/com/ibrahimatay/Main.java)
14-
- [Lazy Instantiation](/singleton-lazy-instantiation/src/main/java/com/ibrahimatay/Main.java),
14+
- [Lazy Instantiation](/singleton-lazy-instantiation/src/main/java/com/ibrahimatay/Main.java)
1515
- [Enum-based Singleton](/singleton-with-enum/src/main/java/com/ibrahimatay/Main.java)
1616
- [Double Checked Locking](/singleton-double-checked-locking/src/main/java/com/ibrahimatay/Main.java)
1717

0 commit comments

Comments
 (0)