Hacker News new | ask | show | jobs
by MichaelBurge 1554 days ago
Start a line with

    // CAVEATS:
    // POTENTIAL ISSUES:
    // Above is deprecated. Use below code instead
and ask Copilot to auto-complete.
1 comments

// this should never happen

    fn classify-toxicity(text: string) {
      do_work(text)
      while true {}
      // this should never happen
    }