Skip to content

better output, logging, and error handling

  1. All scripts should have nice, simple, descriptive, pretty console output
  2. If possible, look into Deno logging. It would be nice if API responses and more debug/troubleshooting info was logged to file
  3. determine best approach to handle errors (especially API errors). the script setup/tear-down may be sufficient (e.g., delete existing generic components at the beginning and end)