|
|
|
|
|
by wowoc
3563 days ago
|
|
Well, that's a more general problem with indentation based languages, but Python users seem to be happy. It's a tradeoff, code that's (arguably) more pleasant to read, for a bit more work while writing it. It's true that gofmt-like tool would be less beneficial, but I think that most of the things you've mentioned could be helped with editor/IDE support, e.g. indent-aware paste, block navigation and so on. |
|
And the 'halfway down the 1000 line file' one was just plain silly.