Method dispatch - organization of code

Hello,

I´m working on a project were I have several dispatched methods. So that readability of my code of my module gets worse with every further dispatched method. I know that I could arrange the code in multiple files and just include the parts, but I´m not sure if this is the best way do it. Has somebody a tip for me?

Best regards

I think best to provide a sample of your code so there is something to talk about…

2 Likes