• Remove space after = if trying to assign a value (or for empty string, use var='' ... ).
  • Problematic code:
  • Correct code:
  • Rationale:
  • Exceptions