Comment Re:These guys are deluded (Score 1) 67
Modules in Java are unused because they just complicate things needlessly, while providing nothing of value.
It's so much that there's nothing of value but it's one of those features that's very valuable for large industrial-strength libraries and projects, and especially the Java runtime libraries, and of small value to everyone else. The real downside is that, like every new feature of Java, they've made migration and backwards compatibility too easy, and people end up with the unnecessary complication of a mix of the old and new.