|
|
|
|
|
by vitus
497 days ago
|
|
> "preventing themselves from accidentally mutating a variable" (when has that ever happened?) I can't count the number of times I've seen someone new to the language use map::operator[] without realizing that it's a mutating operation. |
|