rspec/rules/S1068/plsql/rule.adoc

9 lines
359 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
If a variable is declared but not used in the procedure, it can be considered dead code and should therefore be removed. This will improve maintainability because developers will not wonder what the variable is used for.
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::rspecator-view[]