Skip to content

Commit 46a6ff2

Browse files
committed
Added introduction chapter to README.md.
1 parent d6a68b3 commit 46a6ff2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55

66
![Build status](https://travis-ci.org/iluwatar/java-design-patterns.svg?branch=master)
77

8+
## Introduction
9+
10+
Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.
11+
12+
Design patterns can speed up the development process by providing tested, proven development paradigms.
13+
14+
Reusing design patterns helps to prevent subtle issues that can cause major problems, and it also improves code readability for coders and architects who are familiar with the patterns.
15+
816
## <a name="list-of-design-patterns">List of Design Patterns</a>
917

1018
### Creational Patterns

0 commit comments

Comments
 (0)