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

Z Wikibooks, biblioteki wolnych podręczników.
Usunięta treść Dodana treść
m ref
m e
Linia 5: Linia 5:
* zadawać pytania<ref>[https://gadzetomania.pl/37268,jak-nie-nudzic-innych-cz-i gadzetomania: jak-nie-nudzic-innych ( 1)]</ref>
* zadawać pytania<ref>[https://gadzetomania.pl/37268,jak-nie-nudzic-innych-cz-i gadzetomania: jak-nie-nudzic-innych ( 1)]</ref>
** [[:w:en:Comparison of Q&A sites|strony Q&A]]
** [[:w:en:Comparison of Q&A sites|strony Q&A]]
** pytania otwarte<ref>[[:wikipedia:Pytania otwarte|wikipedia: Pytania otwarte]]</ref> / zamknięte
** pytania otwarte<ref>[[:wikipedia:Pytanie otwarte|wikipedia: Pytania otwarte]]</ref> / zamknięte
=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 09:28, 10 maj 2020

Jak znaleźć rozwiązanie problemu:

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

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

  • stackoverflow[3]
  • "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 [4]

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[5]
  • Minimal Working Example[6]
  • MCVE [7]

Źródła

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