Skip to content

Commit 060ef45

Browse files
authored
Remove AV1532: Avoid nested loops (#334)
1 parent 890a73b commit 060ef45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_rules/1532.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ rule_category: maintainability
44
title: Avoid nested loops
55
severity: 2
66
---
7-
A method that nests loops is more difficult to understand than one with only a single loop. In fact, in most cases nested loops can be replaced with a much simpler LINQ query that uses the `from` keyword twice or more to *join* the data.
7+
A method that nests loops is more difficult to understand than one with only a single loop.

0 commit comments

Comments
 (0)