Classic bug
-
From one of our developers who should know better:
// Validate pView pointer
if (!pView)
{
pView->KillFuncHook();
return;
} -
From one of our developers who should know better:
// Validate pView pointer
if (!pView)
{
pView->KillFuncHook();
return;
}What we used to do in our dept when we found someone else's mistake would be to print it out and hang it on the wall, complete with the name of the author and the date it was found. Quickly, people began to double check their work. Sadly, we tore down that wall. :((
-
What we used to do in our dept when we found someone else's mistake would be to print it out and hang it on the wall, complete with the name of the author and the date it was found. Quickly, people began to double check their work. Sadly, we tore down that wall. :((
Surely there must be other walls in the office.
-
What we used to do in our dept when we found someone else's mistake would be to print it out and hang it on the wall, complete with the name of the author and the date it was found. Quickly, people began to double check their work. Sadly, we tore down that wall. :((
-
Surely there must be other walls in the office.
Yeah, but they're not nearly as close. It loses something when it's not so easily visible.
-
What we used to do in our dept when we found someone else's mistake would be to print it out and hang it on the wall, complete with the name of the author and the date it was found. Quickly, people began to double check their work. Sadly, we tore down that wall. :((