Hello UI5 enthusiasts,
I was wondering what the best approach is for UI5 applications when it comes to maintaining your code-base. I didn't seem to find anything information on this topic with regards to the Best Application Practices other than having a good folder structure.
I tend to find that controllers are jammed packed with code and in reality its really difficult finding things. For example, fragments that are called in specific views, typically have the fragment handlers in the view's controller. Specially when you have multiple fragments in one view, this can be an issue for the controller.
What is the best practice approach to handle problems such as this to overall maintain a clean, readable and concise code-base.
Thanks,
Armin