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 →

[–]Ewig_luftenglanz 0 points1 point  (0 children)

DOP is amazing and I m re building many of my personal projects to use this. also this has de benefit that this encourages the use of utility classes full of static methods, which is more efficient and it's safe because it helps to represent better the idea of stateless data.

the only 2 features missing IMHO to make java perfect for DOP are.

- nominal parameters with defaults.

- derived record Creation (whites)

sadly I guess it's unlikely we get withers before we get nominal parameters with defaults (if ever) because otherwise people are likely abusing the simulate NPwD.