Upgrade to Pro — share decks privately, control downloads, hide ads and more …

How To Ask Technical Questions and Answers

How To Ask Technical Questions and Answers

My talk for UCSY IT Camp 2014 - How to Ask Technical Questions and Answers

Ye Lin Aung

January 24, 2014
Tweet

More Decks by Ye Lin Aung

Other Decks in How-to & DIY

Transcript

  1. Active User on Stackoverflow & SuperUser Zwenexsys Inspired by Jon

    Skeet’s (Perfect) Posts - Writing Perfect Question ( http://tinyurl.com/so-hints ) - Answering technical question helpfully ( http://goo.gl/ smRkaU )
  2. Zwenexsys • Search in Google • Read the manual /

    README • Read the FAQ • Find the answer by inspection or experimentation • Reading the source code • Asking around How to solve
  3. Zwenexsys • Write it • Read it through • Does

    it make sense ? • Is it easy to read and understand ? `
  4. Zwenexsys Question Title ` • Don’t put with the following

    - • Why doesn’t this work ? • Please help me.
  5. Zwenexsys Context ` • Provide enough information • language version

    • platform version • operating system • any other relevant software • Describe what you have tried
  6. Zwenexsys Sample Code and Data ` • Be standalone •

    Be complete • Demonstrate the problem • Be as short as possible.
  7. Zwenexsys Spelling, Grammar & Formatting ` • Split into appropriate

    paragraphs • Please write actual words ( gr8, bcoz, u ) • Just follow your browser spell check.
  8. Zwenexsys Read the Questions ` • Read the question •

    Read the question • Read the question
  9. Zwenexsys Others tips! ` • Provide links to related sources

    • Care about your reader • Don’t “answer and run”
  10. Zwenexsys • stackoverflow.com - for Programming related • http://stackexchange.com/sites -

    Q & A • quora.com - “Ask any question, get real answers from people with first hand experience, and blog about what you know.” • Email the people you think they will know Resources