TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What Is The Simplest Thing That Could Possibly Work?

8 点作者 luccastera将近 16 年前

1 comment

yaj将近 16 年前
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.