(no title)
llmblockchain | 1 year ago
My favorite was at the company that was self hosting their code. The senior team lead wanted me to help him find a memory leak that plagued the product for months. Customers were told to restart the application every few weeks (this was a C++ application).
I sat down with the senior and looked at the code. I spotted the error.
I was like, "You know when you do new[] you need to use delete[]?" as all of his deletions were without [].
The look on his face was the best.
addaon|1 year ago
This seems like a pretty major lack of a specific piece of knowledge on the senior developers part, yes, but it seems like a much more unforgivable miss on the part of the code reviewers. Was the team stuck in a rut where only a single person (with coincidentally the same blind spot) was reviewing his code, or did multiple reviewers somehow miss this?
llmblockchain|1 year ago
Waterluvian|1 year ago
epolanski|1 year ago
The fact that people study for exams has absolutely no correlation with how much they will remember or care for what they studied, none.
malux85|1 year ago
bubblebeard|1 year ago
coldpie|1 year ago
[deleted]