rspec/rules/S1479/kotlin/rule.adoc

22 lines
517 B
Plaintext
Raw Normal View History

== Why is this an issue?
2021-01-27 13:42:22 +01:00
When ``++when++`` statements have a large number of 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[]