Haha, sorry, that was a bit off the cuff :) Like I said, I still use PureMVC, especially if I've got large parts of a PureMVC based app that I can reuse in a new one. But RobotLegs removes the extra typing that PureMVC requires to get hold of things (retrieving mediators/proxies, etc).
To be clear though, I was more than happy with the extra bits of code that are associated with PureMVC, especially once you have code templates set up for the various retrieve/register bits. Adding/typing them becomes trivial, and it's more than worth it for the cleanliness and level of organisation that PureMVC gives you. But they're still kind of littered throughout the app. With RobotLegs things just happen, you don't have to worry about it, you can still lay out your app in the exact same way as you would with PureMVC, but if a class needs access to the model, it's automatically plumbed in by the framework. Just strips out those bits. Piers On 20 Jan 2010, at 12:21, John McCormack wrote: > -100000 sounds a teensy bit harsh. Had to laugh! > I guess Cairngorm was good once. > > Tell me Piers, _why_ do you like RobotLegs so much better than PureMVC? > > I haven't used either but I could certainly use a good MVC approach. > > John > > > Piers Cowburn wrote: >> +1 for RobotLegs (I used to use PureMVC, and still do, but I've really >> enjoyed getting into RobotLegs) >> >> >> -100000 for Cairngorm >> >> >> Piers >> >> >> On 20 Jan 2010, at 11:29, John McCormack wrote: >> >> >>> Steven, >>> >>> Have you found it better than pureMVC and Cairngorm? >>> >>> John >>> >>> Steven Sacks wrote: >>> >>>> Want to do MVC right? Use this: >>>> >>>> http://www.robotlegs.org/ >>>> _______________________________________________ >>>> Flashcoders mailing list >>>> [email protected] >>>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>>> >>>> >>>> >>> _______________________________________________ >>> Flashcoders mailing list >>> [email protected] >>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >>> >> >> >> _______________________________________________ >> Flashcoders mailing list >> [email protected] >> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders >> >> >> > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

