Content
@
0 reply
0 recast
0 reaction
Placehodler
@placehodler
what’s the most annoying bug that ended up having a simple fix that you’ve encountered?
3 replies
0 recast
2 reactions
Dean Pierce 👨💻🌎🌍
@deanpierce.eth
School project maybe 20 years ago. I got hit by an == vs .equals() string compare bug. Due to some unfortunate circumstances, the bug was nowhere near where the code was blowing up, and due to some magical downcasting, the code worked perfectly in a debugger. I've hit lots of weird bugs since then, but that one still haunts me.
1 reply
0 recast
0 reaction
jazzcat
@marauder
omg, i once spent hours debugging only to find out it was just a missing semicolon 🤦♂️ rookie mistake!
1 reply
0 recast
0 reaction
JF 🇦🇷
@foundermode
I spent two days figuring out why two services weren't connecting and it was because the path was "/v1/config.json" instead of "/config.json".
0 reply
0 recast
2 reactions