Topic: Architecture (?) guestion
Hello,
I was thinking if it is a good thing to put all in modules. I mean that for example if I put stuff, like logins and user management to user module, article management to article module and so on, even if there's only few or only one controller etc in a module. That way I can keep things organized. Now I have many different kinds of controllers in my default module.
What pros and cons there are doing things this way?