I was wanting to get peoples feedback with regards to creating controllers. Before I just had a few controllers but recently I have broken these out into many more controllers so I get better separation and maintenance...
But I am unsure if this was a good idea!
How many controllers are classes as too many?
For example, before I had a page that show 1 table and an inner table. So I had 1 controller before and now I have added another controller so that 1 controller manages the outer table and the other the inner controller.
Also navigation and sub navigation, I am now using a number of controllers for this where as before I was using just one controller.
is this best practice?
Thanks in advance