
Reasoning: The upside of using const as much as possible is compiler-enforced protection from unintended writes to data that should be read-only.
