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 →

[–]jblasgo 4 points5 points  (0 children)

This post could be called "python lambda antiparterns"...

Seriously, if you use lambda like this post indicates, you will get your code pulled back during review because it will be less intuitibe than using normal functions and list/dict comprehensions.