|
|
|
|
|
by 0942v8653
3680 days ago
|
|
For a while, I liked spaces. But then I started programming on my phone. The screen is only 36 columns wide. With 4 spaces per level, 4 levels of indentation (not atypical, even for Python) makes that 20 columns. Takes up nearly half your screen. So if I am trying to code on my phone I need tabs so I can reduce the width of indentations and save as much space as possible. |
|