|
|
|
|
|
by atmanactive
718 days ago
|
|
If one represents a variable (tab) and the other represents a value (space), then what is the discussion even about? The whole idea of programming is to rewire your brain to be comfortable working with variables. Literally the first ever lesson is to consider that there is such a thing as $x. If we fully embrace that, then it is only logical to use tabs instead of spaces to ident the lines, as TAB character can be configured to be interpreted as many a spaces one wishes for. |
|