Join Slack
Powered by
which of these do you think is easier to read and ...
# announcements
h
Hullaballoonatic
10/19/2018, 2:45 AM
which of these do you think is easier to read and understand?
[ bar for bar in foo if bar == 42 ]
or
foo.filter { it.bar == 42 }.map { it.bar }
?
2️⃣ 10
K 3
Open in Slack
Previous
Next