Immutability in C#
Speaker: Jon Skeet Immutability rocks, right? When a type is immutable, it’s usually easier to reason about your code, easier to share data safely, and easier to make money ooze from every USB port. That’s the promise, at least. I heard an F# developer say it, so it must be true. Unfortunately, when a languageRead more about Immutability in C#[…]