Was just thinking about a funny story... used to work with Marc who liked to have fun with his code... He was known to have creative variable names so when we came across code that looked like:
void SomeClass::SomeMethod(...)
{
BOOL fBobDoleIsGod;
...
if (fBobDoleIsGod)
{
...
I always laugh when I think of the code review!