Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Won't Do
-
Trunk
-
None
-
None
-
OFBiz Community Day (May 2020), OFBiz Community Day (Aug 2020)
Description
We should take an approach to fine-tune the configuration so that it better fits the project style.
As an example, constants are currently not allowed to be named "module", "resource" etc. which is a common pattern in our code. Changing from ^[A-Z][A-Z0-9]([A-Z0-9])$ to ^[a-zA-Z][a-zA-Z0-9]([a-zA-Z0-9])$ would allow the common naming.
Adjustments should be proposed here and decided upon.