On Tuesday, 8 July 2014 at 16:03:36 UTC, Andrei Alexandrescu
wrote:
http://www.reddit.com/r/programming/comments/2a5ia9/dconf_2014_day_2_talk_3_designing_an_aurora_a/
Very intriguing.
First question for Andrew Wilson i reckon :)
Is the Immutable Scene Object (ISO) supposed to be an exact copy
(same type and same contents) of the User Scene Object (USO)
especially with regards to the Model-View-Controller pattern:
https://en.wikipedia.org/wiki/Model-View-Controller
I'm asking because I first thought that
- USO typically maps to the Model (data) and the
- ISO typically maps to the View (visual representation)