I first suggested in #10 to move global variables to a Config class as static members. It will not help much in clarifying the code overall.
Let's rather create a Context structure with several sub-structures that hold thematic variables together (Input, Grid, Time, Output, etc.)
I first suggested in #10 to move global variables to a
Configclass asstaticmembers. It will not help much in clarifying the code overall.Let's rather create a
Contextstructurewith several sub-structures that hold thematic variables together (Input, Grid, Time, Output, etc.)