Naming convention for identifiers?
Posted by Tomek on Apr 12, 2021; 6:46am
URL: http://ofbiz.116.s1.nabble.com/Naming-convention-for-identifiers-tp4767868.html
Hi,
I had reviewed a demo data that loaded by loadAll command of Gradle.
Some parts of the data has id like "GZ-1000" (uper case convention) and
other has id like "admin" (lower case convention) or "DemoSupplier".
What is the recommended naming conventions for identifiers?
Tomek