TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Bitten By Significant Whitespace

1 pointsby pauljonasover 12 years ago

1 comment

lutuspover 12 years ago
A combination of syntactically significant whitespace, and inconsistent use of tabs in source files, are two reasons why programmers often can't understand their own code.<p>I write a lot of Python and I think it's a terrific language, but its use of syntactically significant whitespace is most definitely not in the plus column.<p>The goal of significant whitespace is to save programming time and increase source readability. But the result is often the exact opposite.