1 min readApr 2, 2020
Exactly!
As I always argue, “In a code review, would you allow C++ with incorrect indentations? You would not. So why is it an issue in Python?”
Also, in 15 years of Python programming, I remember making an indentation mistake exactly once — early on, too.
Like most people, I consider deep levels of nesting a code smell anyway, so I just refactor if I get too indented.