diff --git a/README.md b/README.md index 0b828ace6cd58319c6a2fafb63db172f4ce1a8e9..7ef0fbd216b1b49f9fbb590e6fb56ab404beffad 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.