Best Coding Practices - Guidelines in Brief

Guidelines in Brief

A general overview of all of the above:

  1. Know what the code block must perform
  2. Indicate a brief description of what a variable is for (reference to commenting)
  3. Correct errors as they occur.
  4. Keep your code simple
  5. Maintain naming conventions which are uniform throughout.

Read more about this topic:  Best Coding Practices