rspec/rules/S2538/plsql/rule.adoc

2 lines
205 B
Plaintext
Raw Normal View History

2021-04-28 16:49:39 +02:00
``++RETURN++`` should not be used from within a ``++FOR++`` or ``++WHILE++`` loop. Doing so can quickly turn your code into "spaghetti code". Such code is hard to read, refactor and therefore to maintain.