willya@lemmyf.uk to Programmer Humor@lemmy.mlEnglish · 2 years agoI swear I didn’t change anythingthumbsnap.comimagemessage-square57linkfedilinkarrow-up1714arrow-down115
arrow-up1699arrow-down1imageI swear I didn’t change anythingthumbsnap.comwillya@lemmyf.uk to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square57linkfedilink
minus-squaree0qdk@kbin.sociallinkfedilinkarrow-up76·2 years agoRule 9 from Agans’s Debugging: If you didn’t fix it, it ain’t fixed Intermittent problems are the worst…
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up18·2 years agoThe problem is, how do you fix it if you can’t make it break? The worst thing is when somebody comes to you saying “yeah, I had this problem yesterday, but it’s working now”.
minus-squareNeshura@bookwormstory.sociallinkfedilinkEnglisharrow-up16·2 years agothis is a case for excessive logging man likely won’t help you actually fix the issue because miraculously you didn’t log the three variables you actually need but it’ll make you feel better in the meantime
minus-squarekameecoding@lemmy.worldlinkfedilinkarrow-up7·edit-22 years agoand gives you some headroom in improving performance since it’s being choked by the excessive logging
Rule 9 from Agans’s Debugging: If you didn’t fix it, it ain’t fixed
Intermittent problems are the worst…
The problem is, how do you fix it if you can’t make it break?
The worst thing is when somebody comes to you saying “yeah, I had this problem yesterday, but it’s working now”.
this is a case for excessive logging man
likely won’t help you actually fix the issue because miraculously you didn’t log the three variables you actually need but it’ll make you feel better in the meantime
and gives you some headroom in improving performance since it’s being choked by the excessive logging