Naming convention for identifiers?

2021-04-11 Thread Tomek
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

Re: Naming convention for identifiers?

2021-04-12 Thread Michael Brohl
Hi Tomek, there is no hard convention for naming the identifiers. They are alphanumerical and you can choose whatever you like. "Speaking" identifiers are mostly from load data which was created by hand. Identifiers which are generated automatically by delegator.getNextSeqId using SequenceVa

Re: Naming convention for identifiers?

2021-04-16 Thread Tomek
Thanks Best regards Tomek