What stirs your rage, /prog/?
1
Name:
Anonymous
2013-09-14 1:07
Mine are people who do this on C-like languages: if(numbers==NULL) { numbers=temp; numbers->next=NULL; } else { temp2=numbers; while(temp2!=NULL) { var=temp2; temp2=temp2->next; } temp2=temp; var->next=temp2; temp2->next=NULL; }
No spaces between operators. Opening brace on lines by themselve. Else statement not a continuation of the if-statement it belongs to Terse variable. camelCase
41
Name:
Anonymous
2013-09-18 13:53
>>41 scale this
*grabs dick*
42
Name:
Anonymous
2013-09-18 21:27
>>41 Stop grabbing my dick.
43
Name:
Anonymous
2013-09-18 22:52
>>42 But it's so tiny and cute
!
44
Name:
Anonymous
2013-09-18 23:11
>>43 ...said no girl ever.
45
Name:
Anonymous
2013-09-18 23:28
>>44 My ex-girlfriend had a small penis fetish.
46
Name:
Anonymous
2013-09-18 23:29
>>45 Lucky for you. She's a keeper.
47
Name:
Anonymous
2013-09-18 23:37
We honestly like thick and weird shaped ones. I like them limp.
48
Name:
Anonymous
2013-09-18 23:44
>>44 Yeah, no girl would ever want to touch you.
I just had sex with this cute girl who happens to have black wings and won't take off this huge red necklace of her. This is what you're missing out for programming in Javascript.
49
Name:
Anonymous
2013-09-18 23:46
50
Name:
Anonymous
2013-09-18 23:50
>>49 fuck you het boy, enjoy your disease ridden whores while I 69 with my partner who is, just like myself, an expert on penises
51
Name:
Anonymous
2013-09-19 0:12
>>50 Enjoy your AIDS while I enjoy my abstinence, lusty faggot
52
Name:
Anonymous
2013-09-19 0:22
>>51 I have a stable partner. Enjoy your sexual frustration, non-faggot.
53
Name:
Anonymous
2013-09-19 0:37
Gentlemen, Would you be so kind as to restrict your discussion to /lounge/?
54
Name:
♋
2013-09-19 1:38
^^^^^^^^^^^
>>48 Plus, who says every /prog/rider is male. Worse yet, likes nasty vagina.
55
Name:
Anonymous
2013-09-19 1:38
56
Name:
Anonymous
2013-09-19 1:40
>>54 Plus, who says every /prog/rider is male Come on, this doesn't even need confirmation. There are absolutely no hopes of having real women discussing your autistic hobbies in the site you frequent daily, please never forget this.
57
Name:
Anonymous
2013-09-19 1:50
>>56 autistic le knowyourmeme.com face
implying autistic women dont exist implying you cis scum normalfag /g/ros know anything le afraid of girls face le girlie cooties
59
Name:
Anonymous
2013-09-19 7:20
Faggots.
60
Name:
Anonymous
2013-09-19 9:55
>>58 You might be right but you made your point in a retarded manner. Fuck you.
>>59 Fuck you faggot.
61
Name:
Anonymous
2013-09-19 10:03
>>60 Fuck
you , ``faggot''.
62
Name:
Anonymous
2013-10-22 0:14
When someone does something like [code]if(condition) { short-statement-here; } SHHHHEEEET.
63
Name:
Anonymous
2013-11-01 15:16
>>1 Why? Do you have any reason to hate that brace style?
64
Name:
Anonymous
2013-11-01 18:05
int thing(int x){int t=x;while(t<10){t++;if(t==2){return -1;}else{return 1;}}return t;}
65
Name:
Anonymous
2013-11-01 19:26
People who use singletons for EVERYTHING. Including shit that's seriously constraining.
66
Name:
Anonymous
2013-11-03 17:35
people who argue about coding styles, language preferences and OS preference (i.e. /g/ros)
67
Name:
Anonymous
2013-11-03 18:00
68
Name:
Anonymous
2013-11-05 4:17
>>66 Programmer not coder you python using twit.
69
Name:
Anonymous
2013-11-06 22:35
>>1 camelCase is nice, check your privilege
70
Name:
Anonymous
2013-11-07 18:12
>>69 That's shitCase, not CamelCase. Check your mental retardation.
71
Name:
Anonymous
2013-11-07 20:07
>>3 do .. while
s are fucking fugly, though. Shows how much of a nigger you are.
72
Name:
Anonymous
2013-11-09 1:27
Extraneous whitespace.
73
Name:
for >>72
2013-11-09 1:36
74
Name:
Anonymous
2013-11-10 11:23
I HATE LINKED LISTSSSSSS SO MUCH. ESPECIALLY DOUBLY LINKED LISTS. I DONT KNOW WHY THE FUCK WOULD ANYONE WANT TO USE LINKED LISTS EVER. ALSO I HATE PEOPLE USING K&R STYLE.
75
Name:
Anonymous
2013-11-12 5:35
>>74 People want to dynamically allocate space for data without having to pre-allocate space for the data after the program is compiled.
76
Name:
Anonymous
2013-11-12 6:06
>>75 Dynamically allocating data is always a code smell. Doing it for one element at a time is just absurd.
Linked lists are always the wrong data structure.
77
Name:
Anonymous
2013-11-12 18:36
>>76 Are you seriously suggesting to store everything in the stack?
78
Name:
Anonymous
2013-11-12 19:04
>>74-76 Watch your SICP video lectures, C programmers
!
79
Name:
Anonymous
2013-11-13 5:54
>>78 I am not a C programmer, I'm an
information sciencetist !
80
Name:
Anonymous
2013-11-13 6:18
Dynamically allocating data is always a code smell The use of the word ``always'' is usually a logic smell. Your post is not an exception to that.
Newer Posts