rspec/rules/S2538/plsql/rule.adoc

10 lines
341 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.
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::comments-and-links.adoc[]
endif::rspecator-view[]