3.1 Naming Conventions
Return to DIDO CLI Background
Names should always be in Title Case (i.e., the first letter of each word is uppercase all others are lower case). See
Title Case
One blank between all words
Underscores between words should not be used unless it is part of a recognized Name
Hyphens can be used between words
Avoid the use of abbreviations (i.e., Id versus Identifier)
Avoid the use of plurals (i.e.,
Arguments
versus Argument List, or Uncle versus Uncle List)
Some examples are:
Identifier
Transaction Index
Block Number