Added Design Patterns page.

This commit is contained in:
Steven Benner
2012-07-20 11:38:00 -07:00
parent a4e0494ddf
commit 2cb5960c43
2 changed files with 89 additions and 2 deletions

View File

@@ -13,5 +13,4 @@ lot of the pattern decisions are made for you. But it is still up to you to pick
code you build on top of the framework. If, on the other hand, you are not using a framework to build your application
then you have to find the patterns that best suit the type and size of application that you're building.
* [Architectural patterns on Wikipedia](https://en.wikipedia.org/wiki/Architectural_pattern)
* [Software design pattern on Wikipedia](https://en.wikipedia.org/wiki/Software_design_pattern)
* Continue reading on [Design Patterns](/pages/Design-Patterns.html)