Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Curly braces

Name: Anonymous 2008-04-21 17:12

Why would anyone seriously want to use curly braces to denote scope? Surely significant indentation, or implicit scope based on the surrounding keywords, is far superior.

Also consider this: every time you wish to enter { or }, you must hold down the shift key. That is one extra wasted keypress per scopening and sclosing.

And it just looks messy, like a spastic has been scribbling nonsense all over your screen.

Name: Anonymous 2008-04-22 19:38

>>1
>>36
>>39

Public Class Nigger
    Public Function Faggot() As String
        Return "I'm a huge nigger faggot!" & _
            " Oh, and semicolons are also fail, when we can" & _
            " do multiline statements with UNDERSCORES!"
    End Function

    Public Sub DickButt(ByVal OP As Poster)
        If OP = FAGGOT Then
            MessageBox.Show("God damn I'm a faggot!  And look" & _
                ", the same symbol for testing equality as the" & _
                " one for assignment, based on where in the code" & _
                " it appears!  Fuck yeah DeVry University expert" & _
                " programming degree!",
                "EXPERT PROGRAMMER OP", MessageBoxButtons.OK, _
                MessageBoxIcon.Exclamation)
        End If
    End Sub
End Class

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List