Code Organization

Foundations · Prereqs: JS Essentials

Topics Covered

  • separation of concerns / why split files
  • export / import (ES modules) + script type=module
  • comments and TODOs
  • DRY, named constants, keep it simple
  • testing with AI

Taught In