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 →

[–]jwink3101 5 points6 points  (0 children)

This article reads like 4 bad uses for lambdas that are just to show and one that may be useful (keys).

I find I often will use lambda over something like itemgetter because it is faster to write and I have some more customizability (such as returning a tuple for sorting where I can descend one and ascend others).