Join Slack
Powered by
For me forEach looks better in most cases but actu...
# announcements
g
gildor
03/06/2018, 8:52 AM
For me forEach looks better in most cases but actually I use collection operators much more often than
for
or pure
forEach
, and with collection operators like
list.filter().map{}
forEach looks better, because you just chain it
Open in Slack
Previous
Next