IntelliTect / IntelliTect/CodingGuidelines
DO use record structs when defining a struct.
未关闭
proposal
- 主要语言
- C#
- 星标
- 12
- 派生
- 16
- 平均合并
- 2 分钟
- 30 天内合并 PR
- 7
描述
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.
贡献指南
调研方向
Locate the coding-guideline document that contains recommendations for defining custom structs, then read the surrounding guidance for its expected format and terminology. Done means documenting the recommendation to use record structs and retaining the equality rationale in the appropriate section.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- csharp
- 领域
- documentation
- Issue 类型
- 文档
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 45/100