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


当前回答

// The following array may contain either TexturedObjects or ColoredObjects.
// I know, it sucks.

其他回答

/* Emits a 7-Hz tone for 10 seconds.
  True story: 7 Hz is the resonant frequency of a
  chicken's skull cavity. This was determined
  empirically in Australia, where a new factory
  generating 7-Hz tones was located too close to a
  chicken ranch: When the factory started up, all the
  chickens died.
  Your PC may not be able to emit a 7-Hz tone. */

main()
{
    sound(7);
    delay(10000);
    nosound();
}

(Turbo C 2.0版本参考指南中的声音功能)

/**
 * Hexadecimal digit
 */
protected $version = -1;
'this next if statement - just how it is. don't try to understand it because you won't. :)

这就是工作保障。

// No women, no children... What movie???
return 1; # returns 1