rspec/rules/S134/scala/rule.adoc
Arseniy Zaostrovnykh 7ca29f686f Force linebreaks
2021-02-02 15:02:10 +01:00

5 lines
216 B
Plaintext

Nested ``++if++``, ``++for++``, ``++while++``, ``++match++``, and ``++try++`` statements are key ingredients for making what's known as "Spaghetti code".
Such code is hard to read, refactor and therefore maintain.