Naming convention for identifiers?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Naming convention for identifiers?

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

Reply | Threaded
Open this post in threaded view
|

Re: Naming convention for identifiers?

Michael Brohl-3
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 SequenceValueItem are numerical, starting at 10000 by default.

Regards,

Michael Brohl

ecomify GmbH - www.ecomify.de


Am 12.04.21 um 08:46 schrieb 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
>
Reply | Threaded
Open this post in threaded view
|

Re: Naming convention for identifiers?

Tomek
In reply to this post by Tomek
Thanks

Best regards
Tomek