|
|
|
|
|
by kstrauser
959 days ago
|
|
“Static” here means that variables are const by default, and you can’t modify one without explicitly marking it as mutable. In your case, a config object would be mutable inside the function that loads it from disk into memory, then read-only everywhere else by default. |
|
It usually devolves into a lot of nested if-else and switch (match) instructions.