Using record type with collections
An approach for the record collection problem.
With C# I find myself leveraging the record type quite a lot.
Its implicit immutability and value equality make it an ideal type for many use cases.
But; as I'm sure others are aware; equality for a coll...
dkowald.hashnode.dev4 min read