Qbox-project / qbx_scoreboard

GNU General Public License v3.0
2 stars 8 forks source link

Make Config Immutable #4

Open Manason opened 9 months ago

Manason commented 9 months ago

The problem

Things are stored and mutated in the config.

Ideal solution

Introduce and track variables to store mutable data. Get rid of the code that modifies the Config at runtime

Alternative solutions

No response

Additional context

No response