Use DesktopModules/CompanyName/ModuleName folder #28
Labels
enhancement
New feature or request
sponsors welcome
The effort required would make a sponsor the ideal approach to closing this issue.
Is your feature request related to a problem?
Please describe.
Currently, when you create a new module, it creates it in the root of the DesktopModules folder like below:
DesktopModules/ModuleName
While this is okay, there is a higher possibility for module developers to create and run into naming conflicts with other modules. For example, two modules name SimpleBlog:
DesktopModules/SimpleBlog
and
DesktopModules/SimpleBlog
Describe the solution you'd like
When creating a module, it should instead use the following folder structure:
DesktopModules/CompanyName/ModuleName
This would reduce the potential for naming conflicts. Using the previous example, the resulting conflict no longer occur:
DesktopModules/Acme/SimpleBlog
and
DesktopModules/Zeta/SimpleBlog
Additional context
This should also be done with the Skin Object, since this is installed in the DesktopModules folder as well.
The text was updated successfully, but these errors were encountered: