This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
dontasktoask.com/zh-cn/index.html
2024-01-20 20:22:33 +02:00

76 lines
3.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh-Hans">
<head>
<title>不要问「有没有懂的人」,有问题直接问</title>
<meta property="og:title" content="不要问「有没有懂的人」,有问题直接问" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dontasktoask.com/zh-cn/" />
<meta property="og:locale" content="zh_CN" />
<meta property="og:image" content="https://dontasktoask.com/favicon.png"/>
<link rel="icon" href="/favicon.png" type="image/png" />
<link rel="stylesheet" type="text/css" href="/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<style>
body {
font-family: sans-serif;
}
</style>
</head>
<body>
<main>
<h1>不要问「有没有懂的人」,有问题直接问</h1>
<p>
在聊天群里,时不时会有人突然冒出来问一句:
</p>
<blockquote>
<span class="name">Foobar123:</span>
<p class="message">
有人会 Java 吗?
</p>
</blockquote>
<p>
这样提问并不好。这个人想问的其实是:
</p>
<blockquote>
<span class="name">Foobar123:</span>
<p class="message">
有人会 Java 吗?愿意来解决一下我的问题吗?其实我也不知道是不是 Java 的问题。哦对了,不会 Java 的人说不定也可以解决我的问题哦?
</p>
</blockquote>
<p>
你或许没想到,你的这个问题要求太高了,即使别人懂你说的东西,可能也不会搭理你。
</p>
<p>
你想让别人承担责任、付出精力。你还质疑别人有没有自信很懂这个东西。不仅如此,其他能解答问题的人也被你拒之门外了。举例来说,我本人就回答过很多问题,这些问题有关我不会的语言、没用过的库,只不过它们是程序员的通用知识罢了。
</p>
<p>
也可以这样理解上面的提问:
</p>
<blockquote>
<span class="name">Foobar123:</span>
<p class="message">
我有一个 Java 的问题,如果群里有人能解答,我再解释问题是什么,否则我都懒得表述。
</p>
</blockquote>
<p>
这也太懒了。你连解决问题的第一步都不想做,我们凭什么帮你?
</p>
<p>
解决方法很简单,直接说明你的问题就行了。别人只是偶尔看一眼群里的消息,看到你问「有没有懂的人」可能直接就忽略了,但是看到你详细说明的问题之后,说不定就感兴趣了,这样才会有解答。
</p>
<p>
总之,不要问「有人会 Java 吗」,正确的做法是直接说明你的 Java 问题和相关信息。
</p>
<p>
其他类似的问题还有 <a href="https://www.aqee.net/post/xy-problem/">X-Y 问题</a><a href="https://xyproblem.info/">英文原版</a>)和 <a href="https://nohello.net/zh-cn/">不要问「在吗」</a>,如果有时间也推荐阅读 <a href="https://stackoverflow.com/help/how-to-ask">Stack Overflow 的提问指南</a> 和《<a href="https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way/blob/main/README-zh_CN.md">提问的智慧</a>》。
</p>
</main>
<footer>
内容来源:<a href="https://iki.fi/sol/dontask.html">iki.fi/sol/dontask.html</a>
|
翻译:<a href="https://github.com/cyanoxygen">Cyanoxygen</a><a href="https://github.com/stevenlele">stevenlele</a>
|
源代码:<a href="https://github.com/maunium/dontasktoask.com">GitHub</a>
</footer>
</body>
</html>