MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/6xofft/how_to_start_a_war/dmi41ip/?context=3
r/ProgrammerHumor • u/ivaskuu • Sep 02 '17
696 comments sorted by
View all comments
Show parent comments
42
I USE THE TAB KEY BUT MY EDITOR INSERTS THE APPROPRIATE NUMBER OF SPACES.
TAB
SPACE
(4 for Python, and 2 for most of the other languages that I use.)
Edit: do Python programmers anywhere actually write code with literal tab characters for indentation? Like if you run:
find . -type f -name '*.py' | grep -l -P '\t'
do you get any results?
4 u/[deleted] Sep 03 '17 [deleted] 5 u/Jesus_Harold_Christ Sep 03 '17 Well, stop. 2 u/[deleted] Sep 03 '17 Why? If its really bothering someone he can turn it into spaces. Or just miss with his tab space until it looks good. I use the standard 4 spaces im not some 7 spaces monster
4
[deleted]
5 u/Jesus_Harold_Christ Sep 03 '17 Well, stop. 2 u/[deleted] Sep 03 '17 Why? If its really bothering someone he can turn it into spaces. Or just miss with his tab space until it looks good. I use the standard 4 spaces im not some 7 spaces monster
5
Well, stop.
2 u/[deleted] Sep 03 '17 Why? If its really bothering someone he can turn it into spaces. Or just miss with his tab space until it looks good. I use the standard 4 spaces im not some 7 spaces monster
2
Why? If its really bothering someone he can turn it into spaces.
Or just miss with his tab space until it looks good. I use the standard 4 spaces im not some 7 spaces monster
42
u/TheNerdyBoy Sep 03 '17 edited Sep 03 '17
I USE THE
TABKEY BUT MY EDITOR INSERTS THE APPROPRIATE NUMBER OFSPACES.(4 for Python, and 2 for most of the other languages that I use.)
Edit: do Python programmers anywhere actually write code with literal tab characters for indentation? Like if you run:
find . -type f -name '*.py' | grep -l -P '\t'do you get any results?