asking good questions

9

Click here to load reader

Upload: daniel-roseman

Post on 12-Apr-2017

437 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Asking good questions

Daniel Roseman@danielroseman

How to ask a good question

Page 2: Asking good questions

@danielroseman

Page 3: Asking good questions

@danielroseman

Page 4: Asking good questions

@danielroseman

Page 5: Asking good questions

@danielroseman

Make an attempt to solve it yourself.

… RTFM… search for previous questions… read and try and understand the error message

Page 6: Asking good questions

@danielroseman

Post the code!

… the bit that actually shows the problem… but not too much… include the error and full traceback

Page 7: Asking good questions

@danielroseman

Explain the problem

… say what it’s supposed to do… describe what’s not working… say what you see… and how it differs from what you were expecting

Page 8: Asking good questions

@danielroseman

Make sure it’s the right problem

… ask about the thing you’re actually trying to achieve… not the problems you’re having with your current approach… avoid the X-Y problem

Page 9: Asking good questions

@danielroseman

… it’s not (only) about the imaginary internet points… it helps future searchers who might have the same problem

Mark an answer as accepted