rspec/rules/S1479/description.adoc
2021-01-27 13:42:22 +01:00

1 line
211 B
Plaintext

When ``++switch++`` statements have large sets 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.