21 lines
506 B
Plaintext
21 lines
506 B
Plaintext
When ``++Select Case++`` statements have a large set of ``++Case++`` clauses, it is usually an attempt to map two sets of data.
|
|
|
|
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[]
|
|
|
|
include::parameters.adoc[]
|
|
|
|
'''
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
include::../comments-and-links.adoc[]
|
|
endif::env-github,rspecator-view[]
|