.NET & C# ยท C#
What is a common mistake with records and immutability in C#?
A common mistake is assuming a record makes every referenced child object immutable. A record can still contain mutable members unless those members are designed carefully.