A network of interactions is called modular if it is subdivided into relatively autonomous, internally highly connected components. Modularity has emerged as a rallying point for research in ...
While reading about Java modularity and JPMS, I came across a well-known problem in the Java ecosystem: JAR Hell. In this post, I briefly explain what JAR Hell is and the main reasons why it happens.