Programming trip wire for juniors and interns

1. What you can do before asking for help

  • are you returning something?
  • are you calling your function?
  • have you reinstalled node_modules?
  • have you saved the file?
  • have you checked your imports?
  • have you tried another browser?
  • have you restarted the local server?
  • have you restarted the typescript server?
  • are you in sync with main branch?
  • have you googled the error?
  • have you asked the error to ChatGPT?
  • have you searched the codebase for something similiar?

credits for the questions to Lukeberry