|
|
|
|
|
by daemin
2157 days ago
|
|
It works as long as people actually care about the formatting of their code. I've seen far too many cases where people just don't care or care about the wrong things when it comes to formatting. Like they copy/cut & paste some code and now the indentation is off by a space or a tab, but they don't care. There's also the space vs tabs rabbit hole. |
|
This one is easily fixable: just emit a parse error if you encounter a space used as an indentation character…