316
C++ Moment
(lemmy.world)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
And then you realise the program doesn't crash when compiling with debug symbols 😢
Then it's time to have a closer look at how your concurrent threads are behaving and where you missed a sync point or mutex.
That's when you break out valgrind because you certainly are using uninitialized memory.