Hacker News new | ask | show | jobs
by pulse7 3278 days ago
Java dev here. Modules are great, they provide encapsulation on a higher level: can encapsulate classes, interfaces, etc. behind a well defined module interface. They help reducing object-oriented spaghetti code.