Streams vs for loops: does readability actually improve with the functional style?
I find multi-step stream pipelines harder to debug than loops with clear comments. But the team standard is streams everywhere. Am I the only one who finds long pipelines harder to read?
16
0 comments