▲ | renox 7 months ago | |
You don't remember "normal" bugs, you remember the hellish one.. I'll never forget the bug where a function took by copy a mutex (instead of passing it by reference) so locking the mutex didn't work which triggered threading issues, it took me two weeks to fix it, threading issue like this are evil: debuggers are useless, logs are useless.. |