From ac8d9ce1089a31fb950ce5987e0f3f3a171bafaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Farias?= Date: Sat, 24 Nov 2018 15:07:04 +0100 Subject: [PATCH] Adding the original MVC paper (#532) --- design/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/design/README.md b/design/README.md index 63159b1..57c76de 100644 --- a/design/README.md +++ b/design/README.md @@ -1,6 +1,7 @@ # Design * [No Silver Bullet — Essence and Accidents of Software Engineering](http://faculty.salisbury.edu/~xswang/Research/Papers/SERelated/no-silver-bullet.pdf) * [Traits: A Mechanism for Fine-Grained Reuse](http://scg.unibe.ch/archive/papers/Duca06bTOPLASTraits.pdf) +* [THING-MODEL-VIEW-EDITOR an Example from a planningsystem](http://heim.ifi.uio.no/~trygver/1979/mvc-1/1979-05-MVC.pdf) * :scroll: [Out of the Tar Pit](out-of-the-tar-pit.pdf) > We identify common causes of complexity and discuss general approaches which can be taken to eliminate them where they are accidental in nature.