Minor ReadMe Update (#864)
Two sentences read a little awkward, so I tweaked them. Hope this helps!
This commit is contained in:
parent
b6b4602baf
commit
fedc2d9e47
@ -11,13 +11,13 @@
|
|||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
Design patterns are formalized best practices that the programmer can use to
|
Design patterns are the best formalized practices a programmer can use to
|
||||||
solve common problems when designing an application or system.
|
solve common problems when designing an application or system.
|
||||||
|
|
||||||
Design patterns can speed up the development process by providing tested, proven
|
Design patterns can speed up the development process by providing tested, proven
|
||||||
development paradigms.
|
development paradigms.
|
||||||
|
|
||||||
Reusing design patterns helps to prevent subtle issues that can cause major
|
Reusing design patterns help prevent subtle issues which cause major
|
||||||
problems, and it also improves code readability for coders and architects who
|
problems, and it also improves code readability for coders and architects who
|
||||||
are familiar with the patterns.
|
are familiar with the patterns.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user