forax / pro

A Java build tool that works seamlessly with modules
GNU General Public License v3.0
103 stars 15 forks source link

Demo follows bad module naming practices #72

Closed zyxist closed 5 years ago

zyxist commented 5 years ago

Hello! Thanks for the project - I was looking around a bit and I noticed that the provided demo follows bad module naming practices.

Due to how JPMS works and how it is related to packages, the recommendation is to name the module, using reverse-DNS convention (and even better = to be identical as the root package to "take over" it, since there is a strong ownership relation between the package and module). However, the demo does something like this:

Reference:

forax commented 5 years ago

yes, you are fully right.

I suppose that the shoemaker's son always goes barefoot Just for fun, if from your second link, you click on the next message, you will find my reply to Mark :)

I will fix that ASAP, thanks

forax commented 5 years ago

fixed by https://github.com/forax/pro-demo/commit/bcf89b08f57b29523d21f40836fbd0dc2c9b91ba