Best practice for huge forms
Posted
#1
(In Topic #826)
Trainee
I have searched in this forum for MVC and MVP, but no hits. How do you handle that? Stick all event handlers together within form.class and have a huge class per form? Or do you define some Observers for parts of the components in several classes to split the event handler code and leave form.class almost empty? If you use the event handler menu item in the IDE, the handler will always be generated into form.class. But this will result in a god class. What seems to be a good alternative practice?
Posted
Regular

1 guest and 0 members have just viewed this.



