Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 159 Bytes

unnecessary-direct-lambda-call.md

File metadata and controls

7 lines (4 loc) · 159 Bytes

Pattern: Unnecessary direct lambda call

Issue: -

Description

Used when a lambda expression is directly called rather than executing its contents inline.