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.

Ward Cunningham: The Simplest Thing that Could Possibly Work

32 pointsby yndalmost 16 years ago

4 comments

yndalmost 16 years ago
<i>I think that that's a breakthrough, because you are always taught to do as much as you can. Always put checks in. Always look for exceptions. Always handle the most general case. Always give the user the best advice. Always print a meaningful error message. Always this. Always that. You have so many things in the background that you're supposed to do, there's no room left to think. I say, forget all that and ask yourself, "What's the simplest thing that could possibly work?"</i><p>This habit of trying to do too much makes me inefficient sometimes. I aim for quality and in the end I just get nothing - but a headache.
评论 #631106 未加载
评论 #630894 未加载
RiderOfGiraffesalmost 16 years ago
All on one page: <a href="http://www.artima.com/intv/simplestP.html" rel="nofollow">http://www.artima.com/intv/simplestP.html</a>
评论 #631498 未加载
coconutrandomalmost 16 years ago
<p><pre><code> ...mere act of writing it organized our thoughts </code></pre> So true, I just applied that yesterday.
stcredzeroalmost 16 years ago
<i>I actually enjoy complexity that's empowering. If it challenges me, the complexity is very pleasant. But sometimes I must deal with complexity that's disempowering. The effort I invest to understand that complexity is tedious work. It doesn't add anything to my abilities.</i><p>All those who design and maintain programming languages, libraries, and frameworks, heed this man's words!