hey guys, does anyone know any alternate way of registering everything in the application receiver object, this seems to grow a lot when you add stuff and can become quite messy
FunkyMuse
11/21/2022, 10:27 PM
is there any alternative way other than registering more than one module in the conf file?
since sometimes it happens for me to rename the function and the conf name isn’t reflected and that gets really annoying
a
Aleksei Tirman [JB]
11/22/2022, 6:44 AM
You can write extension functions for the groups of those methods to make the entry module cleaner. Grouping can be made by a logical connection between individual methods or by the data they share.