For me forEach looks better in most cases but actu...
# announcements
g
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