IntelliTect / IntelliTect/CodingGuidelines
proposal: ban List<T>.ForEach
Abierto
- Lenguaje dominante
- C#
- Estrellas
- 12
- Forks
- 16
- Merge medio
- 2 min
- PR fusionados (30 d)
- 7
Descripción
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/
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.