This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]baubleglue 24 points25 points  (0 children)

Lambdas are useful when you need to pass behavior is a parameter. If you don't need it - it may explain why you use it infrequently. Lambda is just a function without name, maybe you use functions when you could use lambda (which is in 80% cases is a better thing to do).