| ▲ | marssaxman a day ago |
| tabs for indentation, spaces for alignment |
|
| ▲ | skylurk a day ago | parent [-] |
| Meanwhile, I'm trying to get away from languages where whitespace has semantics. |
| |
| ▲ | PaulDavisThe1st a day ago | parent [-] | | It's not about semantics at all. whitespace has (virtually) no semantics in C or C++, but there are few programmers who would feel comfortable reading such code without the suggestive hinting that indentation provides. |
|