rspec/rules/S1188/java/rule.adoc

9 lines
440 B
Plaintext
Raw Normal View History

2020-06-30 12:47:33 +02:00
Anonymous classes are a very convenient and compact way to inject a behavior without having to create a dedicated class. But those anonymous inner classes should be used only if the behavior to be injected can be defined in a few lines of code, otherwise the source code can quickly become unreadable.
ifdef::rspecator-view[]
== Comments And Links
(visible only on this page)
include::../comments-and-links.adoc[]
endif::rspecator-view[]