你遇到过的源代码中最好的注释是什么?


当前回答

// The freshest corpse at the back please.
m_DeadCharacters.push_back( std::make_pair(character, 0.0f) );
// Get rid of the rotting surplus
while( m_DeadCharacters.size() > 3 )
    m_DeadCharacters.pop_front();

其他回答

'Mind boggling, gibberish version of a SQL statement, but it work's, so dont touch it
What do you think you're doing, Dave?
double t = 0.0; /* that's generally my opinion of the diner, too. */
/* Hammer Time! */

我不知道为什么,也不知道他在写代码时是否穿着防撕裂尼龙降落伞裤

// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...