It helps readability and maintainability (don't need to chase down writes to a field I see is const, for example)
11 KiB
11 KiB
It helps readability and maintainability (don't need to chase down writes to a field I see is const, for example)