Hacker News new | ask | show | jobs
by stonecolddevin 1464 days ago
I personally almost always use loops (in Java) unless I know the dataset being dealt with is small, unless I'm writing stuff in Scala where maps and flatMaps are first class, but diving into Scala is its own can of worms.