Value types considered harmful (part 2)
25 Feb 2018
This post is part of a series on value types, particularly in the C# language, and why some people consider defining your own value types not useful or even dangerous.
In the last post, we presented a distinction between value types, reference types and raw pointers, and gave a “performance” argu...