-
Notifications
You must be signed in to change notification settings - Fork 917
Closed
Description
Another important topic from the meeting was the need to restructure the files on the main repository, to reduce their sizes and improve both readability and compilation times.
Of course, any file movement will affect the developers with ongoing branches (see #582) so one suggestion is to restructure one file at a time, maybe once every month or so, to reduce the burden to everybody.
I have a number of files in my radar that are priorities:
- driver_structure.cpp (I already have a branch ongoing on this, as some of you know)
- iteration_structure.cpp
- config_structure.cpp
- geometry_structure.cpp
because of their length and the mixture of class structures. There is also a need to improve the includes throughout the code.
I would like to collect your thoughts.