Hacker News new | ask | show | jobs
by klabb3 1542 days ago
// this should never happen
1 comments

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