rspec/rules/S1479/vb6/rule.adoc

35 lines
582 B
Plaintext
Raw Normal View History

== Why is this an issue?
2021-01-27 13:42:22 +01:00
When ``++Select Case++`` statements have a large set of ``++Case++`` clauses, it is usually an attempt to map two sets of data.
2021-02-02 15:02:10 +01:00
2020-06-30 12:47:33 +02:00
A real map structure would be more readable and maintainable, and should be used instead.
ifdef::env-github,rspecator-view[]
'''
== Implementation Specification
(visible only on this page)
include::../message.adoc[]
=== Parameters
.maximum
****
----
30
----
Maximum number of "Case"
****
'''
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::env-github,rspecator-view[]