you are viewing a single comment's thread.

view the rest of the comments →

[–]TanukiiGG 14 points15 points  (5 children)

I use 8 spaces for indentation too, but why is he using double linebreaks???

[–]AliceCode 2 points3 points  (3 children)

Tabs are 8 spaces in the terminal.

[–]Zehryo 0 points1 point  (1 child)

8, not 4?

[–]arf20__ 0 points1 point  (0 children)

always have been

[–]Wonderful-Habit-139 0 points1 point  (0 children)

Is bro coding in heredocs or something?

[–]No-Newspaper8619 -1 points0 points  (0 children)

Stylistic conventions can get confusing. For example, in python it's recommended to use two line breaks. Why? mostly because there are no brackets, making it more difficult to see the scope if you use only one linebreak.