
Immutable Architectures with Michael Perry
.NET Rocks!
00:00
How to Simulate Mutability Using Immutable Records
There's a pattern that I go through in the book called the mutable property pattern. The idea is that you're going to simulate mutability using immutable records. You can have concurrent changes to a property, not in terms of a sequence, but in terms of an acyclic graph. And so then we can start talking about how do you implement based on it?
Transcript
Play full episode