提问的智慧 How-To-Ask-Questions-The-Smart-Way

今天看到群里有些人问的问题很简单,没有认真了解就上来问,令人很无语,阅读他们的问题简直就是浪费时间。之前一直听说过提问的智慧,才发现一直没有仔细阅读过,正好此次阅读一遍,下面做一些简要记录,方便我个人的学习。

提問的智慧:https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart-Way

原文:http://www.catb.org/~esr/faqs/smart-questions.html

重点引用:

The first thing to understand is that hackers actually like hard problems and good, thought-provoking questions about them. If we didn't, we wouldn't be here. If you give us an interesting question to chew on we'll be grateful to you; good questions are a stimulus and a gift. Good questions help us develop our understanding, and often reveal problems we might not have noticed or thought about otherwise. Among hackers, Good question!” is a strong and sincere compliment.

 提问之前:

Before asking a technical question by e-mail, or in a newsgroup, or on a website chat board, do the following:

  1. Try to find an answer by searching the archives of the forum or mailing list you plan to post to.

  2. Try to find an answer by searching the Web.

  3. Try to find an answer by reading the manual.

  4. Try to find an answer by reading a FAQ.

  5. Try to find an answer by inspection or experimentation.

  6. Try to find an answer by asking a skilled friend.

  7. If you're a programmer, try to find an answer by reading the source code.

术语:

RTFM (Read The Fucking Manual)

STFW(Search The Fucking Web)

扩展阅读:

How To Become A Hacker*: http://www.catb.org/~esr/faqs/hacker-howto.html

The Unix and Internet Fundamentals HOWTO: https://tldp.org/HOWTO/Unix-and-Internet-Fundamentals-HOWTO/

Software Release Practice HOWTO: https://tldp.org/HOWTO/Software-Release-Practice-HOWTO/index.html

Why HTML in E-Mail is a Bad Idea: http://archive.birdhouse.org/etc/evilmail.html

原文地址:https://www.cnblogs.com/xuyaowen/p/How-To-Ask-Questions-The-Smart-Way.html