Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • I've mixed web requests with an architectural pattern to more easily illustrate what bothers me in the concept as a whole. You're saying: "The collection of widgets in the browser are the view" - then I rephrase: what if there is no 'browser' in a human scense? What if it's another robot connecting to the service? If JSON and HTML are the representation of state, then 'a message' or 'DTO' is a transport for state representation. So where does 'a view' come in place then? You've confused me even more with your answer. Commented Jul 14, 2016 at 8:16
  • The program/robot connecting to the service would presumably manipulate the model directly - why would it need a view? Commented Jul 14, 2016 at 13:07