Immutability and C#
Immutability and C#
C# has System.Collections.Generic.Immutable collection that was introduced in .NET Framework 4.5 (around 2012–2013).
I went back and revisited Jinaga by my friend, Michael Perry.
https://github.com/jinaga/jinaga.net
I investigated the code generators for immutability types by A. Arnott and Nikolay Pianikov:
https://github.com/AArnott/ImmutableObjectGraph
https://github.com/DevTeam/Immutype
Comments
Post a Comment