rspec/rules/S1479/scala/rule.adoc
2020-12-21 15:38:52 +01:00

2 lines
199 B
Plaintext

When `+match+` expressions 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.