你遇到过的源代码中最好的注释是什么?
当前回答
// this comment included for the benefit of anyone grepping for swearwords: shit.
其他回答
$this->getSelect()->where ('main_table.product_id = -1'); // Mom, Dad... sorry
//Please comment on your source code
在VB中使用分号。网
TextBox2.Visible = True';
For Each row In data.Tables(0).Rows
If row("Customers.Id").ToString <> customerId Then
customerId = row("Customers.ID").ToString';
name = "Customer Name: " & row("Name").ToString & CrLf';
address = "Address: " & row("Address").ToString & CrLf & CrLf';
TextBox2.Text += name & address ';s
End If';
Next';
int main(void)
/* Program starts here */
// (c) 2000 Applied Magic, Inc.
// Unauthorized use punishable by torture, mutilation, and vivisection.
啊,我一直很喜欢这个……