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.

What Is The Simplest Thing That Could Possibly Work?

8 pointsby luccasteraalmost 16 years ago

1 comment

yajalmost 16 years ago
I am not sure if it is just me but I find that "simple" is not that easy. In a given problem (programming), I usually start with the obvious solution. I then try to accommodate my code to changes or features. The code will then be "complex" or not an elegant solution. In the process, I will discover a "simple" or a better way than the original one that I have.<p>Obvious -&#62; Complex -&#62; Simple<p>The author mentioned about a 20 and a 10 page solution to a math problem. It is possible that the person who has the 10 page solution learned from the 20 page solution and discovered a simpler way.