Closed Levdbas closed 5 months ago
Related:
Plugin is not namespaced and has a plugin class which is not really needed. Constants are better in such a small plugin.
Lets fix that!
Easier to maintain the plugin and no more collision with other classes in the future.
No.
Maybe you have another namespace in mind @mike-sheppard ?
Not yet.
Related:
6
Issue
Plugin is not namespaced and has a plugin class which is not really needed. Constants are better in such a small plugin.
Solution
Lets fix that!
Impact
Easier to maintain the plugin and no more collision with other classes in the future.
Usage Changes
No.
Considerations
Maybe you have another namespace in mind @mike-sheppard ?
Testing
Not yet.