How to create effective unit testing with Java
Creating automatic unit tests is one of the most common tasks today in development day by day and a good unit test is essencial. (more…)
Read more »
tl;dr version: Skip the FOMO on the Java module system. If Oracle makes a push to enhance it or otherwise invest in the system, it might make sense to revisit. Until then, enjoy the tiny JVMs produced by jlink and don’t worry about the rest. Read more