[eluser]rogierb[/eluser]
@dready This works perfectly for relatively small controllers (<100 functions) but for larger controllers I find method B to be preffered. Of course, this is just how I like to work.
One can also split controllers but then the theory/practice of topic-method-arguments is busted.
So for small controllers I go for method A, Large controllers I go for method B, extremely large controllers I go for method C :-)