Most Code Is an Ugly Mess. Here’s How to Make It Beautiful
3 points by drakaal 10 years ago | 2 comments- adam419 10 years agoGood article, surprised they didn't draw a parallel between event-driven programming and git/version control systems.
- 10 years ago
- drakaal 10 years agoVikram Chandra makes a lot of great points. He definitely is not a "hack first" kind of guy. I am of the opinion you build, then you re-build to be supportable, then you rebuild to be sustainable.
That doesn't always go over well, but if you keep code modular upfront it doesn't add much overhead, and gives you a good blend of Build once, or Build Fast.