Work on #226, moved pattern specific credits to respective pattern pages in website

This commit is contained in:
Narendra Pathai
2015-09-03 18:17:07 +05:30
parent e33d037c0f
commit 782c0b8320
11 changed files with 40 additions and 10 deletions

View File

@ -17,3 +17,7 @@ display.
**Applicability:** Use the Model-View-Controller pattern when
* you want to clearly separate the domain data from its user interface representation
**Credits:**
* [Trygve Reenskaug - Model-view-controller](http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)