lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 02/08/2011 10:02 AM, Javier Guerra Giraldez wrote:
On Tue, Feb 8, 2011 at 4:56 AM, Steve Litt<slitt@troubleshooters.com>  wrote:
Yeah, everyone but me just LOVES MVC. Me -- every time I see MVC I just keep
asking myself "OK, where do I put this, where do I put that?" If I liked MVC I
would have been a Rails man a long time ago :-)

don't mix the original GUI MVC (a modular OOP design 'pattern') and
today's more popular Web MVC (a layered architecture).  they're _very_
different things.


Hi Javier

At the risk of pulling this off topic.. could you expand on that a bit, I don't know enough to see the difference-Patrick