8 ms·
https://en.m.wikipedia.org/wiki/Trygve_Reenskaug https://en.m.wikipedia.org/wiki/Trygve_Reenskaug THE OG
by cypherpunk666 1y ago
https://en.m.wikipedia.org/wiki/Trygve_Reenskaug https://en.m.wikipedia.org/wiki/Trygve_Reenskaug
THE OG
- mpweiher 1y agoAnd here is the original paper: https://web.archive.org/web/20090424042645/http://heim.ifi.uio.no/~trygver/1979/mvc-2/1979-12-MVC.pdf https://web.archive.org/web/20090424042645/http://heim.ifi.u... Enjoy!
- andrewflnr 1y agoOh, I think I see the problem now. He doesn't want views to know anything about concrete inputs, but our modern GUIs are so closely connected to input that that's pretty much impossible. And really if you want to click on a sub element of a view, that's hardly avoidable. So modern Controllers can only do their most basic job with these Editor objects that are tightly bound to views, were supposed to be ephemeral, and that LITERALLY NO ONE TALKS ABOUT.