提交 46a6ff28 编写于 作者: I Ilkka Seppälä

Added introduction chapter to README.md.

上级 d6a68b31
......@@ -5,6 +5,14 @@
![Build status](https://travis-ci.org/iluwatar/java-design-patterns.svg?branch=master)
## Introduction
Design patterns are formalized best practices that the programmer can use to solve common problems when designing an application or system.
Design patterns can speed up the development process by providing tested, proven development paradigms.
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.
## <a name="list-of-design-patterns">List of Design Patterns</a>
### Creational Patterns
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册