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

Z Wikibooks, biblioteki wolnych podręczników.
Usunięta treść Dodana treść
jak
 
Linia 7: Linia 7:
* 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>


==Przykłady =
==Przykłady ==
* 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>

Wersja z 18:05, 30 sty 2016

Jak znaleźć rozwiązanie problemu :

  • szukać w internecie ( google is your fiend )
  • zadawać pytania


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

  • stackoverflow[1]

Przykłady

  • The SSCCE = Short, Self Contained, Correct (Compilable), Example[2]
  • Minimal Working Example[3]
  • MCVE [4]

Żródła

  1. stackoverflow help : how-to-ask
  2. The SSCCE Short, Self Contained, Correct (Compilable), Example
  3. Minimal Working Example
  4. How to create a Minimal, Complete, and Verifiable example