Hacker News new | ask | show | jobs
by nn3 3631 days ago
tl;dr: prefer callback hell instead of straight forward ifs and somehow that's progress.
1 comments

Yeah, and the true fun starts when you try to debug it. Debugging streams in java is nightmare compared to debugging the same logic written in a simple foreach loop with a bunch of IFs.