Is it a desirable style to name unused lambda para...
# codingconventions
f
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.