Formatting etc

  1. Formatting

Formatting

Format NameExampleDescription
Camel CasefirstCharactersAreCapsExceptFirst– first characters of each word are captialized
– except 1st character in the name
– Typically applied to attributes and elements
Pascal CaseAllFirstCharactersAreCaps– All first characters of each word are capitalizaed
– Typically used when defining types
snake casenames_are_underscoredUnderscore is used to separate each word
kebab casenames-are-hyphenatedHyphen is used to separate each word
Systems Hungarian notationiAmANumbername has a prefix which denotes the data type.
Apps HungarianobjBookPrefix denotes the application or logical construct such as obj (object) rw (row) etc