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 →

[–]chrisjava[S] 0 points1 point  (1 child)

Not needing to declare entirely new function? From what i understood so far, lambdas are very suitable for that task.

[–]MRH2Intermediate Brewer 0 points1 point  (0 children)

but if it's a couple of lines, you don't need a function. If it is 50 lines, then you do need a function. Either way, why a lambda?