I was thinking about this today, how much does MVC make sense in an environment
like Amber?
It makes sense to me to have a "TweetModel" and a "TweetWidget" (subclass of
Widget) in a 'TwitterWall" like example, but where does the controller fit into
the picture?
Thus far I've found myself using a "MyApp" singleton which manages the
orchestration of various models and views, but this feels like it might be the
wrong direction. Does MVC make sense in Amber, and if so, are there any good
examples of its use?
Cheers
- R. Tyler Croy
--------------------------------------
Code:
http://github.com/rtyler Chatter:
http://twitter.com/agentdero [hidden email]