Hacker News
- The Model-View-Controller Song http://www.catonmat.net/blog/musical-geek-friday-model-view-controller-song/ 6 comments
- How React brought Model-View-Controller back to the masses https://blog.talkjs.com/how-react-brought-model-view-controller-back-to-the-masses-4f3caf3a3f2f 2 comments
- Removing The Model-View-Controller Straitjacket http://www.pointy-stick.com/blog/2008/11/30/removing-model-view-controller-straitjacket/ 3 comments
- Is Model-View-Controller dead on the front end? https://medium.freecodecamp.com/is-mvc-dead-for-the-frontend-35b4d1fe39ec?cmp=em-web-na-na-newsltr_20161109&imm_mid=0ea80e 102 comments
- Rails Presenters: filling the Model-View-Controller gap http://www.inspire.nl/blog/rails-presenters-filling-the-model-view-controller-gap/ 3 comments
- Model-view-controller, Haskell-style http://www.haskellforall.com/2014/04/model-view-controller-haskell-style.html 4 comments
- Model View Controller isn't http://beza1e1.tuxen.de/model_view_controller.html 37 comments
- Model View Controller: History, theory and usage http://amix.dk/blog/post/19615#Model-View-Controller-History-theory-and-usage 8 comments
Lobsters
- Model View Controller isn't http://beza1e1.tuxen.de/model_view_controller.html 14 comments programming
- Model-View-Controller in Clojure (<100 LOC!) https://blog.janetacarr.com/model-view-controller-a-classic-architectural-pattern-in-clojure/ 2 comments clojure
- Model-View-Controller Considered Harmful http://lispy.wordpress.com/2008/10/22/lisp50-notes-part-ii-model-view-controller-considered-harmful/ 35 comments programming
- The Model-View-Controller Song http://www.catonmat.net/blog/musical-geek-friday-model-view-controller-song/ 7 comments programming
- What Model-View-Controller really means http://happy.cat/blog/model-view-controller-2010-01-20-11-00.html 4 comments programming
- Try out commander-mvc, a model-view-controller wrapper around commander.js https://commander-mvc.github.io/commander-mvc/getting-started.html 3 comments node
- Basic Model-View-Controller flow in iOS http://andrewrauh.com/2012/05/17/basic-model-view-controller-flow-for-ios/ 25 comments programming
- Removing The Model-View-Controller Straitjacket http://www.pointy-stick.com/blog/2008/11/30/removing-model-view-controller-straitjacket/ 60 comments programming
- Model-View-Controller in Haskell (using wxHaskell and STM) http://www.mmakowski.com/wiki/tech:haskell_mvc 3 comments haskell
- Rails Presenters: filling the Model-View-Controller gap http://rvlasveld.github.io/blog/2013/09/26/rails-presenters-filling-the-model-view-controller-gap/ 3 comments rails
- Model-view-controller, Haskell-style http://www.haskellforall.com/2014/04/model-view-controller-haskell-style.html 51 comments haskell
- Lisp50 Notes part II: Model-View-Controller Considered Harmful http://lispy.wordpress.com/2008/10/22/lisp50-notes-part-ii-model-view-controller-considered-harmful/ 2 comments lisp
- Ents - a new Entity-Component + Model-View-Controller game library https://github.com/ClickerMonkey/Ents/tree/master/Java 11 comments gamedev
- Ents - a new Entity-Component + Model-View-Controller game library for Java https://github.com/ClickerMonkey/Ents/tree/master/Java 6 comments java
- [MVVM] Typing in a nested UserControl's text box no longer allows it to be updated from the outside control's view-model https://github.com/battlecodes/NestedUserControlTest 3 comments csharp
- Cerebral - What is Cerebral? Model Controller View https://www.youtube.com/watch?v=I9d31fAA-hM 3 comments javascript
- How do you separate your models from your view controllers? https://www.reddit.com/r/swift/comments/8oykxf/how_do_you_separate_your_models_from_your_view/ 8 comments swift
- For those starting with the model view controller pattern in games... http://boxhacker.com/blog/2012/03/11/model-view-controller/ 81 comments programming
- Should Controllers be made on a per-model or a per-view (i.e. per-page) basis? https://www.reddit.com/r/rails/comments/9u3z2p/should_controllers_be_made_on_a_permodel_or_a/ 14 comments rails
- Reading published values from a Bluetooth controller into a view model (and then displaying in a view)? https://github.com/purpln/bluetooth/blob/main/app/Bluetooth.swift 5 comments swift
- Is there any benefit to generating boilerplate separately (by model / view / controller) rather than all-at-once (scaffold)? https://www.reddit.com/r/rails/comments/6qmcse/is_there_any_benefit_to_generating_boilerplate/ 15 comments rails
- [PDF] MODELS - VIEWS - CONTROLLERS (1979, Trygve Reenskaug - father of MVC). http://heim.ifi.uio.no/%7Etrygver/1979/mvc-2/1979-12-mvc.pdf 3 comments programming
- A book on Model View Controller patterns I am currently writing. 132 pages and counting. Feedback welcome. https://stefanoborini.gitbooks.io/modelviewcontroller/content/ 21 comments programming
- I created an Artisan command to create a Model with CRUD Controller methods, Routes and Views for Rappasoft's Laravel 5 Boilerplate http://laravel-boilerplate.com/index.html 10 comments laravel
- [PHP] Can't echo a table properly, with a model view controller - style page https://github.com/pgrath/phpSession.git 8 comments learnprogramming
- Prime MVC is an open source high performance Model View Controller framework built in Java. https://github.com/prime-framework/prime-mvc 33 comments java
- Researchers hack Tesla Model S with remote attack: "The researchers were able to remotely control the breaking system, sunroof, door locks, trunk, side-view mirrors and more" http://www.pcworld.com/article/3121999/security/researchers-demonstrate-remote-attack-against-tesla-model-s.html 535 comments programming
- I wrote a simple explanation of Model View Controller to help explain the basics to new programmers. Any mistakes or fundamental points I've missed? http://jordanhall.co.uk/programming/simple-explanation-of-model-view-controller-mvc-2206990/ 11 comments programming