rspec/rules/S134/ruby/rule.adoc

4 lines
215 B
Plaintext
Raw Normal View History

2020-12-23 14:59:06 +01:00
Nested ``if``, ``for``, ``while``, ``until``, ``case`` and ``begin...rescue`` statements are key ingredients for making what's known as "Spaghetti code".
2020-06-30 12:47:33 +02:00
Such code is hard to read, refactor and therefore maintain.