Make test change to check build errors

This commit is contained in:
Josh Lockhart
2014-12-30 09:47:59 -05:00
parent 87187696fe
commit c460b9091a

View File

@@ -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)