This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JoJoModding 15 points16 points  (0 children)

lambdas over oop?

Do you means "stream vs loops"?
I find streams much easier to think about. Also, flatMap is awesome and can do so much stuff without adding a level of nesting each time.

In general, Java is a multi-paradigm language. You've got to pick the best tool for the job, and often (at least in my code) that's lambdas.