Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 185 Bytes

unnecessary-lambda-assignment.md

File metadata and controls

7 lines (4 loc) · 185 Bytes

Pattern: Unnecessary lambda assignment

Issue: -

Description

Used when a lambda expression is assigned to variable rather than defining a standard function with the "def" keyword.