|
|
|
|
|
by mapcars
14 days ago
|
|
In my experience there are many problems with significant whitespaces, things like copying pieces of code require much more work, when indentation actually changes the logic you can not ask your tool to do it automatically - because there is no single right way to do it. Tabs vs spaces can also be a problem. |
|
IME, it requires less work. You just grab the piece of code you want, whereas with braces, you need to count which closing brace is the correct one.