Reading the developer's documentation for Chandler (
http://chandler.osafoundation.org/docs/0.6/overview.html) I just started wondering : is
ModelViewController really
fractal?
By this, I mean the well known problem. What's really model and what's really interface?
Sometimes your model is a model of interface : for example when the user's state of access is fundamentally important.
- or is this leading to another decomposition (model-without-user-state, user-state)?
- compare ContinuationsInWebServers ?
See also :