카테고리 없음2017. 3. 27. 20:57

사실 이 블로그에는 뭔가 awesome한 것만 올릴려고 했으나 이실직고 솔직한 얘기도 적어볼까 한다. 사건은 토요일부터 발생한다. 어떤 알고리즘이 좋을까 싶어서 문제에 대한 정말 brief한 내용을 적고 알고리즘 추천해주세요라고 올렸고 그 며칠전에는 Mac에서 모니터로 HDMI단자를 연결했더니 speak out이 계속 HDMI로 나가서 이걸 어떻게 earphone 단자로 output을 fix하냐고 물어봤다가 downvote를 무려 이 질문에만 7개를 받았다. 실제로 point가 14점이나 깍이는 아주 바보같은 짓이었다. 거기에 대한 답도 안달아주고 코멘트로 달아주는 식이 고작이거나 아예 답이 없는 경우도 있다.  그러다가 별 신경을 안썼으나 아닐까 다를까 moderator라고 stackoverflow사이트를 정화하시는(?) 청소부 (top score)들이 아니 뭐.. 경고성 메일을 보냈다. 최근에 질문들이 down-vote들을 너무 받았으니 링크 보내줄테니 읽어보고 앞으로 좀 질문해주지 않겠느냐라고..


아래는 안되는 영어로 한번 그냥 일기 형식으로 적었다. 여튼 경고성 메일로 적어준 걸 정리를 해보자면 


첫째, 무조건 질문을 하기전에 생각을 좀 해라, 그리고 그 질문을 잘 찾아봐서 혹시 이전에 답한 것들을 찾으면 그대로 따르고 아니면 그 답이 없는 링크를 가지고 이 문제가 아직 해결이 안되었다는 것을 환기시키라


둘째, 답변 해주는 사람들로부터 좋은 배경설명과 그리고 재현을 위한 조건까지 언급해서 make them engaged and interested in the problem이라는 겁니다. 


셋째, 태그 같은경우도 관련된 것을 다 넣을라고 했는데 이건 호불호가 갈릴듯, 어떤 모더레이터는 경고를 하는 경우도 있습니다. 태그를 쓸데없이 많이 달았다고 말입니다. 그리고 어떤 경우에 [] 같은것을 써서 제목 앞에 붙이는데 무조건 다 tag영역으로 빼라고 합니다. 제목 적을 칸도 부족하다는것을 명심


넷째, 제목에 특히 문법, 구두점, 스펠링을 특히 조심하고 성의를 보여줘야 한다. 예를 들면 바쁜 고객에게 상품 설명을 아주 짧은 시간에 한 killing sentence로 끝낸다는 생각으로 말이지요.


그리고 마지막으로 Markdown을 잘 활용하는게 관건입니다. 질문을 있어보이게 하고, 그리고 가독성을 높여주니까요!


--------------------------------------------  아래는 안되는 영어로 한번 그냥 일기 형식으로 적었다. 여튼 경고성 메일로 적어준 걸 정리를 해보자면 


Today I want to talk about my shameful experience about using stackoverflow site. Actually, I am not a native speaker of English so that I am not good at asking my complex problems or issues in English. Anyway, I asked some questions without thinkging hastily and there was no answer about those questions and gave down-votes. I thought how a questison can be good so many times. But, still I am not good at doing that. This includes questisons in my native languages. So I got a private message from the moderators of stackoverflow. I want to write about that. Of course, I want to write down about how a question become good one through their recommendations.


First of all, the warning message like the followings.



We've noticed that you've asked many questions recently, a large number of which were not well received by other members of our community.


Specifically, many of your questions were downvoted and closed because they seemed to be hastily written, or of the type that we'd prefer users refrain from asking. This is a troubling pattern; we'd like to make sure that you've read the help that we have available for asking questions. Please take some time to read all of the information linked below prior to asking another question:


An overview of how our system works

A brief guide on how to ask questions

A short summary of questions we permit

Help on formatting your questions

We recommend taking a look at highly upvoted questions within the tags that interest you as examples of how to ask better questions. We really want you to have a good experience here, and the first step to that is making sure that your questions are clear, on topic and provide all of the information someone would need to answer.


Regards,

Bhargav Rao

Stack Overflow moderator


I was so ashamed of it. Anyway I replied that I will take a look at your links and promised to ask a well-formed questions from now on.


First !! How do I ask a good question?

 - In advance I ask, Please find the previous questions with answers. If there is no other one, Please attach a link that it quarantee for this quesiton not to have been solved yet. 

 - Title is so important so that we have to summarize the specific problem. Unless the title is not interesting, potential good answerers won't read the question at all. And spelling, grammer and punctuation are so important! If you have have poor English, ask a friend who are fluent and do proof-read it for you? But it takes time.. But the more you spend asking a question, the better answer you would get. I promise it based on my previous experiences in stack overflow.


 Examples:


Bad: C# Math Confusion

Good: Why does using float instead of int give me different results when all of my inputs are integers?

Bad: [php] session doubt

Good: How can I redirect users to different pages based on session data in PHP?

Bad: android if else problems

Good: Why does str == "value" evaluate to false when str is set to "value"?


Introduce the problem before you paste code 


Start by expanding on the summary you put in the title. Explain how you encountered the problem(background) and list any difficulites that have prevented you from solving it yourself and make it engaging and informative as possible 


Help other reproduce the problem!!

-> I think this is really important part. I saw some good questions with a background they encountered the problem so that answerers can reoccur the problem in their local. It is really important. I guess if you have a very unique problem, this becomes more important as you know.


Include all relevant tags

-> I can not agree in some cases. Because I asked so many questsions. But some moderators pointed out this thing. Don't attach too many tags. 


Proof-read before posting.

Please before you post your questions, please read through it from start to end. Pretend you're seeing it for the first time. Check whether or not you miss something specific.


Post the question and wait for a moment in your broswer to have a rapid feedback

Maybe in this case, it probably possible that someone corrected your quetsion. Please read and check. If it is correct, change it rapidly! 



But to be honest, this is really imporant. The markdown makes really the question to be good-looking and easy to understand.

Here is the markdown for stackoverflow

  






Posted by 억사마