rspec/rules/S1479/kotlin/rule.adoc
2020-12-23 14:59:06 +01:00

2 lines
197 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.