Programowanie w systemie UNIX/pytanie: Różnice pomiędzy wersjami

Z Wikibooks, biblioteki wolnych podręczników.
Usunięta treść Dodana treść
Salicyna (dyskusja | edycje)
lit.
m link
Linia 4: Linia 4:
** w książkach
** w książkach
* zadawać pytania
* zadawać pytania
** [[:w:en:Comparison of Q&A sites|strony Q&A]]
** Q&A
=Jak zadać pytanie, żeby uzyskać odpowiedź? =
=Jak zadać pytanie, żeby uzyskać odpowiedź? =
* stackoverflow<ref>[http://stackoverflow.com/help/how-to-ask stackoverflow help : how-to-ask]</ref>
* stackoverflow<ref>[http://stackoverflow.com/help/how-to-ask stackoverflow help : how-to-ask]</ref>

Wersja z 16:43, 2 mar 2018

Jak znaleźć rozwiązanie problemu:

  • najpierw samemu szukać:
    • w internecie (google is your friend)
    • w książkach
  • zadawać pytania

Jak zadać pytanie, żeby uzyskać odpowiedź?

  • stackoverflow[1]
  • "To get the best possible answers, you should explain what your thoughts on the problem are so far. That way, people won't tell you things you already know, and they can write answers at an appropriate level; also, people are much more willing to help you if you show that you've tried the problem yourself. Also, many would consider your post rude because it is a command ("Find..."), not a request for help, so please consider rewriting it." – Zev Chonoles Jan 4 '13 at 5:45 [2]

Przykłady

  • "In general, it is hard to help solve a problem without a small, reproducible example" Stavros Macrakis
  • The SSCCE = Short, Self Contained, Correct (Compilable), Example[3]
  • Minimal Working Example[4]
  • MCVE [5]

Źródła

  1. stackoverflow help : how-to-ask
  2. math.stackexchange question Solve-the-functional-equation-f1xfy-yfxy?rq=1
  3. The SSCCE Short, Self Contained, Correct (Compilable), Example
  4. Minimal Working Example
  5. How to create a Minimal, Complete, and Verifiable example