[FEATURE] Reorganize code in source files like main_model_impl.hpp
to polish away traces of 'organic growth'
#794
Labels
feature
New feature or request
In C++ source files like
main_model_impl.hpp
, the code is appended every time new features are added. For example, you could see multiple switches ofpublic
,private
andprotected
back and forth. This made the code less readable and coherent. In the feature request, an investigation is proposed to look for such incoherency and correct them.The text was updated successfully, but these errors were encountered: