I want to write a module on one html site - I will never leave the site
I think about two possible concurrent basic approaches:
We go into the module by use only a specific function (with specific params - everything which will happen, happen there - logic, exception handling etc)
We go in by using one handler-fct, which manages some kind of action & a dataArray (depending on the action also fcts will be called -> but not directly maybe for exception handling)
So what you prefer?!