你遇到过的源代码中最好的注释是什么?
当前回答
从Joomla !来源:
// this is daggy??
其他回答
// Singleton object. Leave $me alone.
private static $me;
// Okay, let's do the loop, yeah come on baby let's do the loop
// and it goes like this ...
// The ratio of a circle's circumference to its diameter. Remember to change
// this to 3.0 if you move to a site in Indiana.
#define Pi 3.1415927
一些源代码中的德语注释,由机器或非常疲惫的人翻译+谷歌
; Rechnen ja ; have faith in yes
我猜原来的意思是“假设这里是真的”…但从那以后,我就把它当成了人生的咒语。
简单但有效的注释,在一些不太安全的c++代码之前
// yikes