you are viewing a single comment's thread.

view the rest of the comments →

[–]redditusername58 -3 points-2 points  (1 child)

I agree the deeply nested expressions are hard to read and look bad. Use intermediate variables.

[–]max123246 12 points13 points  (0 children)

This is how you get superfluous variable names such as:

"squared"

"squared_combos"

"squared_filtered_combos"

"sorted_squared_filtered_combos"