rspec/rules/S5612/kotlin/rule.adoc
2021-08-13 07:52:22 +00:00

2 lines
286 B
Plaintext

Lambdas are a very convenient and compact way to inject a behavior without having to create a dedicated class or method. But those lambdas 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.