On Wed Apr 2 20:08:17 2025 +0000, Jacek Caban wrote:
It's not const from server's point of view. I don’t really like the idea of 'usually const'. IMO, it’s either const or it’s not.
It is a guard against misuse and I think it is important to keep. Not much, even nothing, is really ever const anyway, it's mostly just a hint for developer that they have to take special measures to mutate the value in order to not break some assumptions.