Programming pet peeves

Posts 1621 of 21 · Page 2 of 2
Dim fp As Integer

^^ Too verbose !!
Quote Originally Posted by freedompeace View Post
Whitespace comes in useful sometimes, when you have an excessively large function, and want to separate major parts in the code.
I mean I like whitespace, but I'm strict about it. Indentation, tabbing, spacing in brackets, etc.
I hate it when people are programming in One language C++ so to speak and try to make in the format of an other

[php]
int love = NULL
if ( love == 1 ){
love++;
} else if (love == 2) {
love ++;
}else if (love == 3){
love = 0;
} else {
love = NULL;
}
void wow(){
Sleep(1000);
Sleep(6500);
Sleep( love)
this->IsAnnoying = TRUE;
}
[/php]
When people on a forum don't use code tags and don't indent code.

Imports MySexuality
Public Class Form1
Private Function ImA******() As String
For i as integer = 0 to infinity
msgbox("i suck dick all damn day 'cos i put code like this")
Next
Return "I'm a fag"
End Function
Public Sub CheckifImGay
Do until i'm not gay
threading.thread.sleep(1) '...infinite loop number 2
Loop
End Sub
End Class
Friend Class ShitILikeCock
Private Likedick as boolean
Public property CockStatus() As boolean
Get
return likedick
End Get
Set (byVal value as boolean)
likedick = value
End Set
End Property
End Class





SEE HOW GAY AND HARD TO READ THAT SHIT IS!?
Quote Originally Posted by topblast View Post
I hate it when people are programming in One language C++ so to speak and try to make in the format of an other

[php]
int love = NULL
if ( love == 1 ){
love++;
} else if (love == 2) {
love ++;
}else if (love == 3){
love = 0;
} else {
love = NULL;
}
void wow(){
Sleep(1000);
Sleep(6500);
Sleep( love)
this->IsAnnoying = TRUE;
}
[/php]
I don't get it ._.

Quote Originally Posted by Jason View Post
When people on a forum don't use code tags and don't indent code.

Imports MySexuality
Public Class Form1
Private Function ImA******() As String
For i as integer = 0 to infinity
msgbox("i suck dick all damn day 'cos i put code like this")
Next
Return "I'm a fag"
End Function
Public Sub CheckifImGay
Do until i'm not gay
threading.thread.sleep(1) '...infinite loop number 2
Loop
End Sub
End Class
Friend Class ShitILikeCock
Private Likedick as boolean
Public property CockStatus() As boolean
Get
return likedick
End Get
Set (byVal value as boolean)
likedick = value
End Set
End Property
End Class





SEE HOW GAY AND HARD TO READ THAT SHIT IS!?
I just copaay-payst in2 Vizual Stugeo 'n' read
Quote Originally Posted by freedompeace View Post
I don't get it ._.



I just copaay-payst in2 Vizual Stugeo 'n' read
Yes but a lot of the time I'm on a computer without an IDE when I'm forum-ing, so that's not a viable option. Plus if I'm making the effort to help someone, I'm already going out of my way for them, the least they could do is make getting information as simple as possible (AKA fucking READABLE )
Posts 1621 of 21 · Page 2 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?