51

From a slide that my professor created. Thank God it didn't create a fight in the class!

Comments
  • 30
    Alright let's start this... Studies have actually shown that programmers that use tabs instead of spaces are more productive!

    (Probably because of all the time you save not having to hit space a bunch of times)

    ;)

    You're welcome.
  • 19
    @IDontGiveADuck doesn't have to hit the space if you use a good text editor / IDE
  • 13
    @IDontGiveADuck
    Agreed, way prefer tabs. My lecturerer said that I should use spaces, I said no and used tabs anyway. Ended up getting full marks nonetheless 👍
  • 44
    Who the fuck indents with three whitespaces?!
  • 8
    I use soft tabs so that I keep the visual fidelity of spaces but the efficiency of using tab.
  • 12
    @emyu10 -I- don't have to hit the space no matter what IDE or text editor I'm using. Because I use tabs. :)
  • 4
    @emyu10 @DLMousey and when you try to correct some indention you press backspace until you die?
  • 3
    @DLMousey Or I just use spaces like a normal human ;)

    But seriously though, the programming competitions I go to just use like... Notepad... There's no configuring there... No fancy things you can set up to make your life easier. And I don't want to waste what little time we have to code the answers hitting the space bar repeatedly instead of just hitting tab
  • 0
  • 4
    @DLMousey what.
    I guess you mean newlines, line feed and carriage return.

    Space is 32 and tab is 09 in ascii, there is no question about who is who. And tabs can be rendered as wide as you want them.
  • 2
    @DLMousey you can setup git to ignore white space conflicts
  • 2
    @IDontGiveADuck something like that exists? Wtf..
  • 5
    @daintycode yeah! So that everyone can use their own preference of spaces and tabs :)

    I don't know how to set it up regularly but whatever you're using to resolve conflicts usually has it setup and you just choose it from a drop down and such... It's nice! :)
  • 0
    @Gatgeagent right? That's what bothered me the most.
  • 2
    I was a bit disappointed that the slide didn't start a fight in class. Well, at least it is doing it here 😜
  • 1
    @rc5-asdf no I'm saying you can't set it up so that when you hit the spacebar, it puts 3 or 4 spaces for you (on a few of them including the ones we used at our programming competitions we attended)
  • 1
    Is number 3 his lucky number?
  • 0
    @Gatgeagent right? and to get things worst, it seems that the slide says "four [spaces] is more resource consuming for the tool" (my imagination completed)! how about a tab which is only 1 char and you can configure its width to whatever you want?
  • 1
    @rc5-asdf Yep! And that's exactly why I don't really care about the tabs or spaces argument haha I just like to rattle people's chains ;) I think I've had to use the tab key like... Probably never since I got hired... Haha
  • 1
    That's a reason why I prefer using tabs: I can set my tab width to 3 or whatever I want and it won't affect to anybody else
  • 2
    Stop yapping, use spaces! Ever had to debug a yaml file? Like when you use Ansible. Tab characters will waste your time for finding them because yaml Doesn’t accepts tab characters.

    Just make hitting tap insert space characters, also makes sharing good formatted code on any software because tab characters can differ in size on different systems....

    You get the drift just use space characters because syntax errors.

    Else I will come and make you debug a big ansible playbook with hidden tab characters... without coffee!
  • 1
    @spongessuck @Gatgeagent

    I use three spaces. In Haskell.
    Four spaces in PHP and Rust.
    Two spaces in JS.
    Tabs in Go.

    Sometimes, three just feels right.
  • 0
  • 0
    Tab/spaces is language dependent.
    E.g. spaces for Python.

    Same goes foor how many spaces
  • 1
    @purpletoxicrain now you are just crazy sir.
  • 0
    Just outta curiosity, did any of the space-guys actually tried tabs for at least a week?
    Because - i guess i can speak for everyone 😪 - we non-space guys probably all had some random file with spaces and were like.. well, lets ignore that and try it anyway..

    ..and got pissed as hell after like 2 hours of "oh for fucks sake, why the hell is this cursor there?"
  • 2
    This fucking argument again... Not even gonna bother.. Hi people, how are you? Good? Yeah me too, thanks.
    Just had a little heart attack on some FUCKING INCONSEQUENTIAL BULLSHIT I'VE BEEN SEEING FOR QUITE SOME FUCKING TIME!

    If you're tough enough to use spaces, ACTUALLY USE SPACES AND PRESS IT FOUR TIMES FOR EVERY Time I PRESS TAB!!! So you can prove you're serious about this fuckery!

    If you hide behind the shitfucked editor converting it for you, you don't have a fucking argument and never had!! Fuck this topic, man! Cheers.
  • 2
    @mzeffect i want a shirt w/ your conment.
  • 0
    Maybe he meant when writing essays, use spaces between words, and not tabs?
  • 0
    Good thing I have to use EWARM. It doesn't care if I use spaces or tabs when it's fucking up the indentation.
  • 0
    Anyone ever used ConText? That's a whole new definition of the tabs and spaces religions.😂
  • 0
    Why yes, always tabs
  • 3
    If you can't decide if you want to use spaces or tabs just use semicolons. Works just as well ;-)
  • 5
    Space over tab.. Because spacebar is closer and more easily accessible than tab..

    -----
    End of discussion
  • 1
    @bitsnpieces but smashing it 8 times takes MUCH longer than reaching 2cm with one of your fingers ;)

    Also, with tabs you can change the display width to your own preference.
  • 1
    If we could have it my way it'd would all be tabs.
    People are dumb though so just use soft tabs.
Add Comment