rspec/rules/S134/scala/rule.adoc
2020-06-30 17:16:12 +02:00

4 lines
240 B
Plaintext

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