IntelliTect/CodingGuidelines

DO use record structs when defining a struct.

MarkMichaelis opened this issue · 0 comments

Almost all value types require implementing equality behavior and, for this reason, we consider a coding guideline: DO use record structs when defining a custom struct.