You're viewing a single thread.
All Comments
74 comments
Rule 9 from Agans's Debugging: If you didn't fix it, it ain't fixed
Intermittent problems are the worst...
113 0 ReplyThe 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".
35 0 Replythis 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
22 0 Replyand gives you some headroom in improving performance since it's being choked by the excessive logging
8 0 Reply
You should have a unit test you can run until failure
1 0 Reply
74 comments
Scroll to top