TheDoctor [they/them]

  • 1 Post
  • 8 Comments
Joined 7 months ago
cake
Cake day: March 25th, 2024

help-circle


  • I helped a friend debug a script last week that was working inconsistently in really weird ways. I looked at the script and it was all event hooks littered with sleep calls. I told him he was basically fuzz testing his own script and then getting surprised when he found race conditions. Shit was wild. Also, sometimes getters in Python are a mistake.