We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6b4602 commit fedc2d9Copy full SHA for fedc2d9
README.md
@@ -11,13 +11,13 @@
11
12
# Introduction
13
14
-Design patterns are formalized best practices that the programmer can use to
+Design patterns are the best formalized practices a programmer can use to
15
solve common problems when designing an application or system.
16
17
Design patterns can speed up the development process by providing tested, proven
18
development paradigms.
19
20
-Reusing design patterns helps to prevent subtle issues that can cause major
+Reusing design patterns help prevent subtle issues which cause major
21
problems, and it also improves code readability for coders and architects who
22
are familiar with the patterns.
23
0 commit comments