Hacker News new | ask | show | jobs
by collyw 3636 days ago
I disliked Pythons whitespace when I first started using it. Then after a while I went back to update a Perl script, moved some blocks of code around, then got the dreaded missing brace problem. Its worth it to eliminate that problem alone.

Now the only problem I have with whitespace, is when I switch to other languages and forget a semicolon at the end of lines.