Why do you pad your parentheses?
Name:
Anonymous
2011-11-10 16:15
What the hell is this useless whitespace about
while ( jews )
fprintf( stderr, "A problem was detected\n" );
Considered Harmful
Name:
Anonymous
2011-11-10 16:22
It makes them look bigger and more attractive to most people.
Name:
Anonymous
2011-11-10 16:44
It bothers me when I agree with someone on /prog/. I now have to start padding parentheses.
Name:
Anonymous
2011-11-10 17:37
Name:
Anonymous
2011-11-10 17:38
ONE WORD: FORCED SPACING OF THE CODE
Name:
Anonymous
2011-11-10 18:44
why do you pad your vagina
Name:
Anonymous
2011-11-10 20:00
I do this:
while (jews)
fprintf(stderr, "A problem was detected\n");
Name:
Anonymous
2011-11-10 20:06
fixed:
while (jews) {
fprintf(stderr, "A problem was detected\n");
}
Name:
Anonymous
2011-11-10 20:20
while (jews) {
fprintf(stderr, "A problem was detected. Attempting to rectify...\n");
purify(&jews);
}
Name:
Anonymous
2011-11-10 20:46
>>1
just to piss you off OPdo i need a better less trollisg reason?
Name:
Anonymous
2011-11-10 21:35
while (
jews
) {
(
purify(
jews.all;
)
}
Name:
Anonymous
2011-11-11 3:24
Name:
Anonymous
2011-11-11 4:27
what $parentheses { ??? }
>>3
>>14
()()()()()() Considered unscientific and harmful
Name:
Anonymous
2011-11-11 22:24
OP I recommend you stop wasting time on this crap and read SICP.
In SICP we pad parentheses all day, all night, with your mom, LIKE A BOSS.
Name:
Anonymous
2011-11-12 0:19
>>1
If you removed the space between
while and
(, that would be a
Traditional Unix style.
http://minnie.tuhs.org/cgi-bin/utree.pl?file=4.2BSD/usr/src/ucb/finger.c
>>12
#define WHILE while (
#define DO ) {
#define WEND ;};
#define CALL
WHILE jews DO
CALL purify(jews)
WEND
Name:
Anonymous
2011-11-12 2:30
>>17
I'm all for
Traditional Unix style.
>>1
because you touch youself at night
Newer Posts