An obviously exhausted Spongebob is raising his arms in a rejoicing gesture. His face shows great tiredness, but also happiness.
Title: Finally finding your stupidity after hours of debugging.
12 comments
It's worse when it's just a semicolon.
It's worse when you have a bugged function, try to fix it, and no matter what you change it's still bugged because an hour later you realize there is a function with the same name that redefines the function you were changing anyway somewhere else in the code.
Been there, done that. I’ve learned to be very unique in naming my shit.
God damn. This gave me anxiety.
I do mostly data science and was going crazy when one of my scripts stopped working properly in January after months of use without problems. It's pretty obvious when you write it down, but I had hardcoded 2024 somewhere and it was using the 2024-01 dataset.
It's worse when it's just a semicolon.
It's worse when you have a bugged function, try to fix it, and no matter what you change it's still bugged because an hour later you realize there is a function with the same name that redefines the function you were changing anyway somewhere else in the code.
Been there, done that. I’ve learned to be very unique in naming my shit.
God damn. This gave me anxiety.
I do mostly data science and was going crazy when one of my scripts stopped working properly in January after months of use without problems. It's pretty obvious when you write it down, but I had hardcoded 2024 somewhere and it was using the 2024-01 dataset.
Wow, how long did that take to find?