Skip to content

Commit 664b5f7

Browse files
committed
Fix duplicated README formatting: separate Introduction and Getting Started sections
1 parent ede37bd commit 664b5f7

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ Read in different language : [**zh**](localization/zh/README.md), [**ko**](local
1616

1717
# Introduction
1818

19-
Design patterns are the best, formalized practices a programmer can use to solve common problems when designing an application or system.
19+
Design patterns are the best, formalized practices a 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 prevent subtle issues that cause major problems, and it also improves code readability for coders and architects who are familiar with the patterns.
2020

21-
Design patterns can speed up the development process by providing tested, proven development paradigms.
21+
# Getting Started
2222

23-
Reusing design patterns helps prevent subtle issues that cause major problems, and it also improves code readability for coders and architects who are familiar with the patterns.
23+
This site showcases Java Design Patterns.
2424

25-
# Getting Started
2625

27-
This site showcases Java Design Patterns. The solutions have been developed by experienced programmers and architects from the open-source community. The patterns can be browsed by their high-level descriptions or by looking at their
26+
The solutions have been developed by experienced programmers and architects from the open-source community. The patterns can be browsed by their high-level descriptions or by looking at their
2827
source code. The source code examples are well commented and can be thought of as programming tutorials on how to implement a specific pattern. We use the most popular battle-proven open-source Java technologies.
2928

3029
Before you dive into the material, you should be familiar with various [Software Design Principles](https://java-design-patterns.com/principles/).

0 commit comments

Comments
 (0)