57
pramkam
6y

Richard Hendrix won't be using Kotlin.

Comments
  • 7
    @XiovV you know space indenters also press tab?
  • 2
    I let my ide convert tab into space .
  • 0
    Soft tabs of 4 spaces. Press tab get 4 spaces. Soft tabs > tabs > hard spaces
  • 0
    Some IDE consider tab as 2 spaces
  • 1
    @haithamSboui that's a user setting. Maybe it's two by default, but it isn't the only option.
  • 0
    @iam13islucky yeah it can be tweaked to 4.what I said was an argument to support those do 4 spaces.
    In my opinion I don't really care I just write my code and then format/beautify it.
  • 1
    "programmers", oh gawd. you probably only programmed a dishwasher in your life or did an interactive online tutorial.
    Pretty much any real IDE makes this for you so you, including EOL symbols so you don't have any problems opening your code on different system unix/windows etc. with a simple shortcut you get an automatic code formatting so you even don't have remember to put space after "function" or not.
    Jesus flaming Christ on crack. Wtf do you use as your IDE? MS Paint? Wtf? why is this discussion still a thing a thing?!
  • 0
    @Lahsen2016 in that case you are using tabs wrong.

    Tabs are for INDENTATION.
    Space are for ALIGNMENT.

    That is a big difference space indenters usually dont want to understand.
  • 0
    @Lahsen2016 you misunderstand my point let me visualize it

    ----functionCall(requires,
    ----......................linebreak
    ----);

    ---- = tab
    . = space

    No matter the tab sized used it will be aligned correctly.
  • 1
    @Lahsen2016 nope, almost every editor does that by themselves when you press tab or use enter.
  • 2
    @Lahsen2016 I dont like it when people forxe an indentation width. Some people use an indentation of 4 for HTML... Thats way to much for me.
  • 1
    *grabs popcorn*
Add Comment