Mirv / g_module

Template for greeting messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor loading

Mirv opened this issue · comments

commented

Class hierarchy could probably be more OO if we inserted as param the name of the file & then if absolutely required we extend class for loader post cleanup of the execute_process.

commented

For now we can't until we have the requirements and the hashes to store them in as other parameters.

Factor out the execute_process in each of the children loaders to next super or a new super?

  • if empty out the load_guest/company/template from the children loading classes ... only thing left is name handling and column matching
  • Use another method prep another class variable to hold all the matching scope?