You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://gitter.im/iluwatar/java-design-patterns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
11
11
12
-
# Introduction {#intro}
12
+
# Introduction
13
13
14
14
Design patterns are formalized best practices that the programmer can use to
15
15
solve common problems when designing an application or system.
@@ -21,12 +21,11 @@ Reusing design patterns helps to prevent subtle issues that can cause major
21
21
problems, and it also improves code readability for coders and architects who
22
22
are familiar with the patterns.
23
23
24
-
25
-
# How to contribute {#contribute}
24
+
# How to contribute
26
25
27
26
If you are willing to contribute to the project you will find the relevant information in our [developer wiki](https://github.com/iluwatar/java-design-patterns/wiki).
28
27
29
-
# Credits {#credits}
28
+
# Credits
30
29
31
30
*[Design Patterns: Elements of Reusable Object-Oriented Software](http://www.amazon.com/Design-Patterns-Elements-Reusable-Object-Oriented/dp/0201633612)
0 commit comments