2010/12/23 VP <vtp2...@gmail.com>: > People who think that Django/Flask are superior to web2py, and/or > web2py is deeply flawed, aren't changing their minds. There's no > point to debate, justify, etc.
True. <Off-topic> I've recently tested Flask briefly. I didn't like it's way of routing. But then I realized something (and Flask docs confirm that as well). Flask and web2py are not even in the same league. Flask was developed to handle small stuff, where having routing stuff dispersed around the code base is acceptable, because the codebase itself tends to be small in such projects. But that sucks for larger projects. In contrast, web2py is geared towards far more organized code, and therefore larger projects. At least to some extent. I'm not sure about globals, but I don't develop large projects myself, so it's fine for me. So I don't even understand how Flask can be compared to web2py at all. Two different things, with two different design goals. </Off-topic> -- Branko Vukelic stu...@brankovukelic.com http://www.brankovukelic.com/