yes when using streams you have to be careful to maintain readability,
but very often, they can be easier to read due to the fact that they are
more compact. Its fairly situational. I usually write one action per
line which makes it easier to read
public List getTags() {
return thi
Probably guarantee streams will become the defacto way and their
overuse. Personally prefer the standard way, understanding loops etc
which would be common to other languages. The silly syntax is just
something else we have to remember.
I have seen some really complex one liners, with the ar