rspec/rules/S134/kotlin/rule.adoc

12 lines
353 B
Plaintext
Raw Normal View History

2021-01-27 13:42:22 +01:00
Nested ``++if++``, ``++for++``, ``++while++``, ``++when++``, and ``++try++`` statements are key ingredients for making what's known as "Spaghetti code".
2020-06-30 12:47:33 +02:00
2021-02-02 15:02:10 +01:00
2020-06-30 12:47:33 +02:00
Such code is hard to read, refactor and therefore maintain.
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::rspecator-view[]