Quoting from this source, it mentions that
The name of the directory containing a module’s sources should be equal to the name of the module, e.g. for de.consol.devday.service
Is this a good recommendation consider that folder name is subjected to character limitation of the operating system (eg 255 as the maximum length for Windows ) and that could constraint on how we name the folder and module?
Hoping that someone from Java core team can give insight on this and provide a recommendation.
Quoting another example from here:-
The module name follow the folder name and folder name is constraint by 255 character limit, is that scalable?
It may be that in actual code, most likely the folder name may not reach that limit, however such limitation should be mentioned in official Java doc to consider such way ( maybe it has ? or someone can point to that if so ?)
thank