Skip to content

Instantly share code, notes, and snippets.

@crh
Created October 10, 2012 10:38

Revisions

  1. crh revised this gist Oct 10, 2012. No changes.
  2. crh revised this gist Oct 10, 2012. No changes.
  3. crh revised this gist Oct 10, 2012. 1 changed file with 19 additions and 0 deletions.
    19 changes: 19 additions & 0 deletions mv.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    #MV*

    ## General
    +[GUI Architecture](http://martinfowler.com/eaaDev/uiArchs.html)
    +[JavaScript MV*](http://addyosmani.github.com/backbone-fundamentals/#introduction)
    +[MV* & Backbone.js](http://addyosmani.github.com/backbone-fundamentals/#mvc-mvp)

    ##MVC

    +[Original MVC](http://st-www.cs.illinois.edu/users/smarch/st-docs/mvc.html)
    +[Wikipedia: MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)
    +[Understanding MVC](http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html)
    +[What are the benefits of MVC?](http://blog.iandavis.com/2008/12/09/what-are-the-benefits-of-mvc/)

    +[C2: MVC](http://c2.com/cgi/wiki?ModelViewController)
    +[WikiBooks: MVC](https://en.wikibooks.org/wiki/Computer_Science_Design_Patterns#Model-View-Controller_Pattern)

    ##MVP
    ##MVVM
  4. crh created this gist Oct 10, 2012.
    19 changes: 19 additions & 0 deletions mv*.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,19 @@
    #MV*

    ## General
    [GUI Architecture](http://martinfowler.com/eaaDev/uiArchs.html)
    [JavaScript MV*](http://addyosmani.github.com/backbone-fundamentals/#introduction)
    [MV* & Backbone.js](http://addyosmani.github.com/backbone-fundamentals/#mvc-mvp)

    ##MVC

    [Original MVC](http://st-www.cs.illinois.edu/users/smarch/st-docs/mvc.html)
    [Wikipedia: MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)
    [Understanding MVC](http://www.codinghorror.com/blog/2008/05/understanding-model-view-controller.html)
    [What are the benefits of MVC?](http://blog.iandavis.com/2008/12/09/what-are-the-benefits-of-mvc/)

    http://c2.com/cgi/wiki?ModelViewController
    https://en.wikibooks.org/wiki/Computer_Science_Design_Patterns#Model-View-Controller_Pattern

    ##MVP
    ##MVVM