IntelliTect / IntelliTect/CodingGuidelines
proposal: ban List<T>.ForEach
未关闭
- 主要语言
- C#
- 星标
- 12
- 派生
- 16
- 平均合并
- 2 分钟
- 30 天内合并 PR
- 7
描述
List.ForEach is yucky and there's no scenario where it should be used instead of a `foreach` loop.
Eric Lippert agrees: https://ericlippert.com/2009/05/18/foreach-vs-foreach/
贡献指南
评估
这个 Issue 还没有评估数据。