I play with the concept of a “module” that some mvc frameworks implement, and this seems like a good solution, as well as with TDD, but I think there should be something else, like a design that I missed (I know only a few ), which will allow me to create applications that can grow (in code) without restrictions.
Any thoughts?
edit: Another good thing about modules is that they can be built in such a way that they are application independent, so they can be reused.
source
share