From c460b9091a200957a350681477d5ca62a487ef73 Mon Sep 17 00:00:00 2001 From: Josh Lockhart Date: Tue, 30 Dec 2014 09:47:59 -0500 Subject: [PATCH] Make test change to check build errors --- pages/Design-Patterns.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/Design-Patterns.md b/pages/Design-Patterns.md index 7e57cb9..5c54d9a 100644 --- a/pages/Design-Patterns.md +++ b/pages/Design-Patterns.md @@ -5,8 +5,7 @@ title: Design Patterns # Design Patterns -There are numerous ways to structure the code and project for your web application, and you can put as much or as -little thought as you like into architecting. But it is usually a good idea to follow common patterns because it will +There are numerous ways to structure the code and project for your web application, and you can put as much or as little thought as you like into architecting. But it is usually a good idea to follow common patterns because it will make your code easier to manage and easier for others to understand. * [Architectural pattern on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern)