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.

JavaScript: The Winning Style

17 pointsby ecaronover 10 years ago

1 comment

brianshalerover 10 years ago
Interesting breakdown. I was hoping instead of comparing a few highly referenced style guides point by point, they would be analyzing code in the wild to see which style is winning by popularity. It seems like this could be done without too much magic (just tedious) by cloning many popular modules, running jshint with each style guide's preferences, and log which results in the fewest warnings.