Tag: Init-only rss

Posts

03 July 2020 / / CSharp
Immutability has been getting popular these last years, especially with the rise of not only functional programming and but also JS frameworks such as React. It’s an important concept for many reasons, but I won’t get into it in this blog post because it’s not the point. Although I would urge you to either read The Dao of Immutability or watch Jon Skeet’s The changing state of immutability in c# video, which explain it in details.