Hacker News new | ask | show | jobs
by kemitche 2745 days ago
> 3: my opinion is this forces you to write readable code, in which you don't have to ask yourself where the scope starts / ends

I agree with this so much. I've never looked at someone's python code and had a moment's confusion about where a particular function ends. On the flip side, I see plenty of randomly/confusingly indented C/C++/C# code.