rspec/rules/S1479/kotlin/rule.adoc
2021-06-02 20:44:38 +02:00

9 lines
339 B
Plaintext

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