MVC would actually play very well: Model - the logical entities of your app, as Widgets or Objects. View - drawing elements, widgets, layout Controller - your event handlers (click, hover etc..)
Joel On Sun, Apr 19, 2009 at 3:38 PM, doug livesey <[email protected]> wrote: > Hi -- I'm mainly a Rails coder, so am used to having a full-featured MVC > framework do a lot of my thinking for me when it comes to application > structure & organisation. > I've been thinking of ways that I can adapt the rails way of organising > things to Shoes, but of course they are different paradigms, so was > wondering if there were any, more desktop-app-driven approaches/frameworks > that people used with shoes? > Cheers, > Doug. > -- joel
