@@ -21,7 +21,7 @@ Read in different language : [**zh**](localization/zh/README.md), [**ko**](local
21
21
22
22
# Introduction
23
23
24
- Design patterns are the best formalized practices a programmer can use to
24
+ Design patterns are the best, formalized practices a programmer can use to
25
25
solve common problems when designing an application or system.
26
26
27
27
Design patterns can speed up the development process by providing tested, proven
@@ -34,11 +34,11 @@ are familiar with the patterns.
34
34
# Getting started
35
35
36
36
This site showcases Java Design Patterns. The solutions have been developed by
37
- experienced programmers and architects from the open source community. The
38
- patterns can be browsed by their high level descriptions or by looking at their
39
- source code. The source code examples are well commented and can be thought as
37
+ experienced programmers and architects from the open- source community. The
38
+ patterns can be browsed by their high- level descriptions or by looking at their
39
+ source code. The source code examples are well commented and can be thought of as
40
40
programming tutorials on how to implement a specific pattern. We use the most
41
- popular battle-proven open source Java technologies.
41
+ popular battle-proven open- source Java technologies.
42
42
43
43
Before you dive into the material, you should be familiar with various
44
44
[ Software Design Principles] ( https://java-design-patterns.com/principles/ ) .
@@ -56,8 +56,8 @@ of the following approaches
56
56
- Using tags such as ` Performance ` , ` Gang of Four ` or ` Data access ` .
57
57
- Using pattern categories, ` Creational ` , ` Behavioral ` , and others.
58
58
59
- Hopefully you find the object oriented solutions presented on this site useful
60
- in your architectures and have as much fun learning them as we had developing them.
59
+ Hopefully, you find the object- oriented solutions presented on this site useful
60
+ in your architectures and have as much fun learning them as we had while developing them.
61
61
62
62
# How to contribute
63
63
0 commit comments