PureMVC Architects Lounge

Announcements and General Discussion => General Discussion => Topic started by: pablobandin on November 30, 2008, 08:22:48



Title: What are the benefits of using pureMVC over a hand coded MVC?
Post by: pablobandin on November 30, 2008, 08:22:48
I have been playing arround with the MVC but i dont see any diference between using Mediators-Proxys-etc... over coding a simple MVC structure by my own... using Views, controllers and models...

so why using the framework?



Title: Re: What are the benefits of using pureMVC over a hand coded MVC?
Post by: Tekool on November 30, 2008, 09:44:05
A good reason is to use a standard framework that any of your colleague working on the same project will understand immediately. To be honest, regarding my own usage, this reason was even more important than using MVC itself. It gives the good tool to start the right communication between coders. Here, as a bonus, with PureMVC we can even communicate over multiple languages.

Another reason to use PureMVC more than your own implementation is because it is widely recognized as a good implementation for everyday use and because it has many tools dedicated in many languages. In one word, it will help you to code faster.


Title: Re: What are the benefits of using pureMVC over a hand coded MVC?
Post by: Neil Manuell on December 01, 2008, 02:23:33
also it is very light weight, and there is nothing in there that does not need to be, it has also been created with extensibility in mind.
if you write your own one, more than likely it will be squewed by the project for which it was written. And will always need to be adjusted, refactored for each new project that comes up.

also, the work is already done why do it again, especially when you have such a community around it to kick ideas around in...


Title: Re: What are the benefits of using pureMVC over a hand coded MVC?
Post by: Joel Hooks on December 01, 2008, 10:09:17
PureMVC is rock solid, production tested, has many utilities/demos/extensions, is fully unit tested, follows best practices, is true to the patterns it implements, and works really well over all.

That is why I use it.


Title: Re: What are the benefits of using pureMVC over a hand coded MVC?
Post by: Joel Hooks on December 06, 2008, 01:04:39

(http://gojko.net/images/framework.jpg) (http://gojko.net/2008/12/05/photo-of-the-day-it-looks-like-youre-writing-a-framework/)

heh