|
|
|
|
|
by peterwaller
4623 days ago
|
|
My approach is frequently to "name" a complicated list comprehension by shoving it into a one or two-liner closure function in the current scope. Then you don't have to jump miles and the code which uses it becomes readable. |
|