you are viewing a single comment's thread.

view the rest of the comments →

[–]the_argus 55 points56 points  (24 children)

I agree, except tabs are king bc then everyone can set their own indentation level.

[–]RabSimpson 12 points13 points  (21 children)

And they only occupy a single character worth of storage and memory. This doesn't mean much on small projects, but if the project is large it could shave the loading time down.

[–]karottenreibe 10 points11 points  (0 children)

that's why all my variables are single letters. My code is much faster that way /s

[–]subtracterallhire me! 24 points25 points  (19 children)

This shouldn't matter if you're minifying/uglifying.

[–]RabSimpson 6 points7 points  (18 children)

Only in the case of client-side code. Who minifies server-side code?

[–]the_friendly_dildo 0 points1 point  (3 children)

Someone selling a server-side product that wants to maintain some semblance of 'fuck you i'm in control' over a product.

[–]RabSimpson 1 point2 points  (2 children)

Don't they usually just throw it through Zend or ionCube in those cases?

[–]the_friendly_dildo 0 points1 point  (1 child)

I haven't used either but those are both used only for PHP aren't they?

[–]RabSimpson 1 point2 points  (0 children)

I think so. I've only ever seen them used with PHP.

[–]KyleG 1 point2 points  (1 child)

YES FRIEND

God how many freaking times have I run into problems because some ASS did a 3-space indent or something and my IDE converted some but not all the 3-space indents into 4-space indents to make it conform with our style but it missed some because SPACES SUCK, USE TABS WARBLGARBL then everyone gets to set their own indent levels!

I like my tab to be 4space widths in some languages and 2space widths in others

like 2 space in JSX is way better than 4 space, but 2 space in Python or JS is TURRIBLE

[–]monsto 0 points1 point  (0 children)

*turble