puremvc
|
 |
« Reply #1 on: February 22, 2009, 09:03:44 » |
|
At the end of the day if software is well documented and easy to upkeep it arguably doesn't matter how it was written.
One of the big benefits in a common framework like PureMVC is that as more people learn it, the more likely new team members will be to hit the ground running without having to stop to figure out the basic architecture. It handles the separation well enough that you can generally get by without needing to modify, document and train team members on a custom version, though you certainly can.
Unless you find the basic premise flawed, changes you might be inclined to make to the framework itself for want of a feature is often best expressed as a utility designed to augment the framework with complimentary patterns, such as the recent additions of AsyncCommand and StateMachine.
-=Cliff>
|