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


当前回答

在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';

其他回答

//If you're reading this, then my program is probably a success
// some sport psychology
if (!focused)
    Focus();
// (c) 2000 Applied Magic, Inc.
// Unauthorized use punishable by torture, mutilation, and vivisection.

啊,我一直很喜欢这个……

// Hack-er-ama

这似乎阻止了白痴搞砸我的代码…

// Autogenerated, do not edit. All changes will be undone.