Programowanie w systemie UNIX/pytanie
Jak znaleźć rozwiązanie problemu:
- najpierw samemu szukać:
- w internecie (google is your friend)
- w książkach
- zadawać pytania[1]
- strony Q&A
- pytania otwarte[2] / zamknięte
- mądre pytania[3]
Jak zadać pytanie, żeby uzyskać odpowiedź?
edytuj- stackoverflow[4]
- "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 [5]
- how-much-research-effort-is-expected-of-stack-overflow-users
Przykłady
edytujŹródła
edytuj- ↑ gadzetomania: jak-nie-nudzic-innych ( 1)
- ↑ wikipedia: Pytania otwarte
- ↑ How To Ask Questions The Smart Way by Eric Steven Raymond and Rick Moen
- ↑ stackoverflow help : how-to-ask
- ↑ math.stackexchange question Solve-the-functional-equation-f1xfy-yfxy?rq=1
- ↑ The SSCCE Short, Self Contained, Correct (Compilable), Example
- ↑ Minimal Working Example
- ↑ How to create a Minimal, Complete, and Verifiable example
- ↑ reprex tidyverse.org: learn-reprex