4 lines
240 B
Plaintext
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.
|