Hacker News new | ask | show | jobs
by markrages 2042 days ago
It's easier to follow a program's execution when you can be sure the whitespace will never lie to you.

You can never have a "goto fail" kind of bug.

1 comments

In Py3. Mixed whitespace that Py2 accepts can be very much misleading.