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

Z Wikibooks, biblioteki wolnych podręczników.
Usunięta treść Dodana treść
m →‎Jak zadać pytanie, żeby uzyskać odpowiedź ?: * "In general, it is hard to help solve a problem without a small, reproducible example " Stavros Macrakis
lit.
Linia 1: Linia 1:
Jak znaleźć rozwiązanie problemu :
Jak znaleźć rozwiązanie problemu:
* najpierw samemu szukać :
* najpierw samemu szukać:
** w internecie ( google is your fiend )
** w internecie (google is your fiend)
** w książkach
** w książkach
* zadawać pytania
* zadawać pytania
** 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>
* "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 <ref>[http://math.stackexchange.com/questions/270138/solve-the-functional-equation-f1xfy-yfxy?rq=1 math.stackexchange question Solve-the-functional-equation-f1xfy-yfxy?rq=1]</ref>
* "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 <ref>[http://math.stackexchange.com/questions/270138/solve-the-functional-equation-f1xfy-yfxy?rq=1 math.stackexchange question Solve-the-functional-equation-f1xfy-yfxy?rq=1]</ref>


==Przykłady ==
==Przykłady ==
* "In general, it is hard to help solve a problem without a small, reproducible example " Stavros Macrakis
* "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<ref>[http://sscce.org/ The SSCCE Short, Self Contained, Correct (Compilable), Example]</ref>
* The SSCCE = Short, Self Contained, Correct (Compilable), Example<ref>[http://sscce.org/ The SSCCE Short, Self Contained, Correct (Compilable), Example]</ref>
* Minimal Working Example<ref>[https://en.wikipedia.org/wiki/Minimal_Working_Example Minimal Working Example]</ref>
* Minimal Working Example<ref>[https://en.wikipedia.org/wiki/Minimal_Working_Example Minimal Working Example]</ref>
* MCVE <ref>[http://stackoverflow.com/help/mcve How to create a Minimal, Complete, and Verifiable example]</ref>
* MCVE <ref>[http://stackoverflow.com/help/mcve How to create a Minimal, Complete, and Verifiable example]</ref>


=Żródła=
=Źródła=
<references/>
<references/>

Wersja z 20:27, 3 gru 2016

Jak znaleźć rozwiązanie problemu:

  • najpierw samemu szukać:
    • w internecie (google is your fiend)
    • w książkach
  • zadawać pytania
    • Q&A

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