Join Slack
Powered by
Is it a desirable style to name unused lambda para...
# codingconventions
f
fmd
03/17/2017, 7:51 PM
Is it a desirable style to name unused lambda parameters with
_
? I have the feeling this makes the code unnecessary harder to read (and thus harder to refactor/maintain). I’m wondering since 1.1 warns on unused lambda params.
3
Views
Open in Slack
Previous
Next