People that suck:

SarcasticDwarf

Diamond Member
Jun 8, 2001
9,574
2
76
Rant of the hour:
People who feel the need to double, triple, and/or quadrupel space their PHP code SUCK.

that is all
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
you want no spaces between lines at all? Spacing lets you break it up into logical sections so it is more readable.
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
Does that really matter, functionally? I'm not as familiar with php as I should be, but I've played with it a lot. Does it actually change the functionality of it all?
 

Amorphus

Diamond Member
Mar 31, 2003
5,561
1
0
Originally posted by: FFMCobalt
Does that really matter, functionally? I'm not as familiar with php as I should be, but I've played with it a lot. Does it actually change the functionality of it all?

Think




Of




It




This




Way




,




FFMCobalt





.
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: Amorphus
Originally posted by: FFMCobalt
Does that really matter, functionally? I'm not as familiar with php as I should be, but I've played with it a lot. Does it actually change the functionality of it all?

Think




Of




It




This




Way




,




FFMCobalt





.


I don't have a problem with that.










See








Its







Fine









;)





:beer::D
 

NikPreviousAcct

No Lifer
Aug 15, 2000
52,763
1
0
Originally posted by: amdfanboy
Originally posted by: Amorphus
Originally posted by: FFMCobalt
Does that really matter, functionally? I'm not as familiar with php as I should be, but I've played with it a lot. Does it actually change the functionality of it all?

Think




Of




It




This




Way




,




FFMCobalt





.


I don't have a problem with that.










See








Its







Fine









;)





:beer::D

Same














here














.














I














really














don't














mind














the














spacings














all














that














much














.
 

Kyteland

Diamond Member
Dec 30, 2002
5,747
1
81
Originally posted by: DeathByAnts
Single spaced - 182 lines
crazy mofo's spacing - 618 lines

Spacing with occasional breaks between logical code blocks - 250 lines
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
I hear ya. I double space between code blocks as well as provide relevent comments, but that's it. I've seen horrendously long code before and it's not just limited to php.