rspec/rules/S1994/description.adoc
2021-01-27 13:42:22 +01:00

2 lines
208 B
Plaintext

It can be extremely confusing when a ``++for++`` loop's counter is incremented outside of its increment clause. In such cases, the increment should be moved to the loop's increment clause if at all possible.