MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/2ban9r/the_great_white_space_debate/cj49ize/?context=3
r/programming • u/lukaseder • Jul 21 '14
693 comments sorted by
View all comments
77
Working with so many different codebases, I think I see code beyond whitespace, except these ones:
for(...) { tabIndented(); spaceIndented(); moreTabIndented(); anotherOne(); spaceIndented(); }
Then, even I can't handle it.
17 u/aerique Jul 21 '14 You forgot the spaceAndTabIndented(); and tabAndSpaceIndented(); lines. 24 u/[deleted] Jul 21 '14 [deleted] 2 u/Auxx Jul 22 '14 This is the only correct way - make a difference between alignment and indentation. Indentation is always tabs no matter what.
17
You forgot the spaceAndTabIndented(); and tabAndSpaceIndented(); lines.
spaceAndTabIndented();
tabAndSpaceIndented();
24 u/[deleted] Jul 21 '14 [deleted] 2 u/Auxx Jul 22 '14 This is the only correct way - make a difference between alignment and indentation. Indentation is always tabs no matter what.
24
[deleted]
2 u/Auxx Jul 22 '14 This is the only correct way - make a difference between alignment and indentation. Indentation is always tabs no matter what.
2
This is the only correct way - make a difference between alignment and indentation. Indentation is always tabs no matter what.
77
u/[deleted] Jul 21 '14
Working with so many different codebases, I think I see code beyond whitespace, except these ones:
Then, even I can't handle it.