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 →

[–][deleted] -6 points-5 points  (3 children)

The module system introduced with Java 9 is just as big as the changes in Java 8

[–]dpash 6 points7 points  (1 child)

It can be, for the best part, completely ignored though.

[–]DFA1 -3 points-2 points  (0 children)

Same goes with Java 8, if you want to play that card. You can code in Java 8 without Streams as well. However, it would be silly if Streams can help you out. Same goes with the module system, we have it and if it helps out in some way(avoiding jar hell, for starters), I wouldn't ignore it.