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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do we solve problems?

4 点作者 jackreichert将近 10 年前
I am a strong believer that if we have a skill in one area of our life, that skill spills over into other areas of our life…. and developers solve problems all day long. I’m working on a series of articles that explores how developers solve problems, outside of code. <p>I&#x27;m interested in your thoughts... I know a lot of you have a development background or work closely with people who do, would you be willing to take a short survey that might lead to a deeper discussion?<p>https:&#x2F;&#x2F;docs.google.com&#x2F;forms&#x2F;d&#x2F;1vvRtBaQCGtQVz-7wrJTVeuXxJ5zAR02AbCc8MUPaD5A&#x2F;viewform

3 条评论

JSeymourATL将近 10 年前
The late Earl Nightingale had an excellent article on the subject of problem solving; which a refer to a couple of times a year.<p>The Great Problem-Solving Tool&gt; <a href="http:&#x2F;&#x2F;www.nightingale.com&#x2F;articles&#x2F;the-great-problem-solving-tool&#x2F;" rel="nofollow">http:&#x2F;&#x2F;www.nightingale.com&#x2F;articles&#x2F;the-great-problem-solvin...</a>
crzytrane将近 10 年前
1. Understand the result you want. 2. List possible ways to achieve this result(whether this be ways to debug a program or similar) 3. Weight each option to each other doing simple cost-benifit 4. Follow cheapest method that gets the results done.
kluck将近 10 年前
I suggest reading &quot;How to Solve It: A New Aspect of Mathematical Method&quot; by G. Polya und John H. Conway. Note: it&#x27;s not about mathematics but about general problem solving.