Settings
object should become immutable once the model is setup
#1070
Labels
Settings
object should become immutable once the model is setup
#1070
This way of declaring settings is correct:
because the
Settings
instance is not stored and cannot be modified once the model is created.But the following declaration makes possible to change the settings afterward:
I suppose the settings must be set immutable or the model should have a deep copy of it.
The text was updated successfully, but these errors were encountered: