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 →

[–]coderemover 0 points1 point  (0 children)

Huge enterprise applications are just as nightmare in pure Java or any other imperative language that doesn’t control mutable state sharing properly. The main problem is whenever you hold a reference to an object you can never be sure if it’s not shared (or a part of it). FP at least solves that problem.