IntelliTect / IntelliTect/CodingGuidelines
DO use record structs when defining a struct.
Open
proposal
- Dominant language
- C#
- Stars
- 12
- Forks
- 16
- Avg merge
- 2m
- Merged PRs (30d)
- 7
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.