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.

Most Code Is an Ugly Mess. Here’s How to Make It Beautiful

3 pointsby drakaalover 10 years ago

2 comments

adam419over 10 years ago
Good article, surprised they didn't draw a parallel between event-driven programming and git/version control systems.
drakaalover 10 years ago
Vikram Chandra makes a lot of great points. He definitely is not a &quot;hack first&quot; kind of guy. I am of the opinion you build, then you re-build to be supportable, then you rebuild to be sustainable.<p>That doesn&#x27;t always go over well, but if you keep code modular upfront it doesn&#x27;t add much overhead, and gives you a good blend of Build once, or Build Fast.