A code is supposed to be read by a human

Common Rules on Naming Variables

  • Names can only contain Alphanumeric Characters and Underscore (_) Character
  • Names must begin with an Alphabetical Character or Underscore (_)
  • Names must not contain a C# Keyword

Common Coding Conventions

  • Variable names must use specific Casing and that too Camel Casing
  • Names must be descriptive. No abbreviations or contractions