====== 3.1 Naming Conventions ====== [[dido:public:s_cli:05_contents:01_prt:02_basics:start| 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 [[dido:public:s_cli:05_contents:01_prt:03_langconst:04_operations:start#titlecase | 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., [[dido:public:ra:xapend:xapend.a_glossary:a:argument|Arguments]] versus Argument List, or Uncle versus Uncle List) Some examples are: * Identifier * Transaction Index * Block Number /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~