|
|
|
|
|
by 5hoom
4481 days ago
|
|
That's one thing I've noticed with my C++ code lately is that I'm writing const absolutely everywhere. Having mutability where you need it is awesome but it is interesting to see languages like Rust where immutability is the default. |
|