"Have you ever been in the situation". Yes. Basically, this happens whenever you look at a function and aren't sure what it's supposed to do.

"What are your best heuristics". Write tests. Document internal interfaces. Use good names. Comment code (some consider the last of these undesirable or a last resort. I disagree, but if they get by without it then all power to them). On encountering code written by someone who hasn't done those things, find them, torture a confession out of them as to what the code is supposed to do, and get the above things sorted out.

There's a good maxim that you should write code as if the maintenance programmer is a psychopath who knows where you live. Game theory predicts that a threat doesn't work unless there's a non-zero chance of it being carried out. So someone has to be that psychopath. I humbly volunteer.