• Declare and assign separately to avoid masking return values.
  • Problematic code in the case of export:
  • Correct code:
  • Rationale:
  • Exceptions:
  • Problematic code in the case of local:
  • Correct code:
  • Rationale
  • Problematic code in the case of readonly:
  • Correct code:
  • Word splitting and quoting issue with dash, maybe others