From fedc2d9e47cb2b44aa4ea23aed9d117bbd4ed069 Mon Sep 17 00:00:00 2001 From: saritchie <48776772+saritchie@users.noreply.github.com> Date: Sat, 6 Apr 2019 22:41:35 -0700 Subject: [PATCH] Minor ReadMe Update (#864) Two sentences read a little awkward, so I tweaked them. Hope this helps! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b828ace6..7ef0fbd21 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ # 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. 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 +Reusing design patterns help prevent subtle issues which cause major problems, and it also improves code readability for coders and architects who are familiar with the patterns.