Hacker News new | ask | show | jobs
by Roonerelli 1753 days ago
couldn't you use the readonly modifier in c#?
1 comments

I do, occasionally. But it looks annoyingly verbose (which to me already feels enough to avoid using it too much) and IIRC has some limitations (I can't remember) as compared to Scala's concise and universal `val valueName = value`.