Coding Best Practices

  1. How to most efficiently, only run a piece of code once at the beginning or end of a loop.
  2. Think of reasonable efforts as a concept rather than a strict rule. It is a way of life as much as it is a way to prevent problems and save time in web development, and when applied, it will just make life easier for yourself and other people.
  3. Why are we not allowed to have multiple properties in a single declaration?
  4. Remember to write comments in your code to help future developers, and possibly even yourself.