I think the _module in all modules name is redundant. I propose to rename:
solution_module -> solution
solver_module -> solver
precision_module -> precision
controller_module -> controller
geometry_module -> geometry
It's easier to type and consistent with other module names. Just like in Python, you also don't append _module to Python module names.
If you agree, I'll send a PR.
I think the
_modulein all modules name is redundant. I propose to rename:solution_module->solutionsolver_module->solverprecision_module->precisioncontroller_module->controllergeometry_module->geometryIt's easier to type and consistent with other module names. Just like in Python, you also don't append
_moduleto Python module names.If you agree, I'll send a PR.