Hacker News new | ask | show | jobs
by bernds74 832 days ago
Properly indenting code is fine. Now try modifying that code, like removing an if statement inside somewhat nested code and trying to ensure that everything still has the same meaning as before. With Python, you can never be sure you did it right.
1 comments

I don't see why not. Simple visual inspection confirms if it does what you expect, unlike languages that use braces.