I'm wondering if it's a good practice to use Object Oriented
Programming in web2py instead of the builting MVC method. OOP is what
I learned in school but I haven't need it in web2py at this moment and
i'm very pleased with the MVC paradigm, but want to know if it's
better start training and developing in OOP with web2py or MVC is just
a new good and efficient fashion to do almost the same.
It's worth to say that web2py is my first framework and i'm learning
python with it.
kind regards for your answers.
I know that OOP and MVC are not exclusive (like programming paradigm
!= design pattern), my doubt is about if I really need to use OOP if
I'm not developing any widget or plugin, but using the tools that
web2py already have to build an application.
2011/1/31 Michele Comitini <michele....@gmail.com>:
Thanks for your answer. I appreciate your time :)I know that OOP and MVC are not exclusive (like programming paradigm
!= design pattern), my doubt is about if I really need to use OOP if
I'm not developing any widget or plugin, but using the tools that
web2py already have to build an application.
2011/1/31 Anthony <abas...@gmail.com>: