rspec/rules/S2972/java/rule.adoc

3 lines
195 B
Plaintext
Raw Normal View History

2021-04-28 16:49:39 +02:00
Inner classes should be short and sweet, to manage complexity in the overall file. An inner class that has grown longer than a certain threshold should probably be externalized to its own file.