Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How To Ask Technical Questions and Answers
Search
Ye Lin Aung
January 24, 2014
How-to & DIY
0
110
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
Share
More Decks by Ye Lin Aung
See All by Ye Lin Aung
Android Bootcamp Mandalay
yelinaung
0
110
Crashing an app 40 times a day - A Developer Story
yelinaung
0
190
Andorid Bootcamp
yelinaung
1
320
Introduction to GDG Yangon
yelinaung
2
160
Kickstarting Your First Android App
yelinaung
1
120
Version Control With Git
yelinaung
1
110
Other Decks in How-to & DIY
See All in How-to & DIY
人はなぜコミュニティとつながると幸せを感じるのか
448jp
3
310
JAWS-UGについて JAWS-UG TOHOKU [青森] 弘前開催
awsjcpm
0
230
ORBBEC会社概要 製品カタログ 2024 11 10
takasumasakazu
0
150
在宅フルリモートワークを可能にするスキルと知識n連発! / how to more effective remoteworking
masaru_b_cl
3
1.2k
Terra Charge|普通充電器ご利用ガイドブック / Terra Charge Ordinary Charger Guidebook
contents
1
360
JAWS-UGから学んだコミュニティの成功要因 (Success Factors)
awsjcpm
5
530
LT(Lightning Talk)のドキドキ感を共有する IoT ぼっとを作った話
scbc1167
1
240
Terra Charge|急速充電器ご利用ガイドブック / Terra Charge Fast Charger Guidebook
contents
1
420
【技術カンファレンス運営の裏側】Iwaken Lab 技術好き学生の近況報告 & ことみんさんに技術カンファレンス運営の裏側を聞いちゃう会
kotomin_m
5
1.7k
QFHアンテナを作ってみた、 それとパッチアンテナ
takurx
1
190
目指せ!本を書いて夢の不労所得 #第3木曜LT会
kaitou
1
120
安全に失敗するための手遊び-未定義動作を引き出そう-
zilmina
0
650
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
Designing for Performance
lara
610
69k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Unsuck your backbone
ammeep
671
58k
Art, The Web, and Tiny UX
lynnandtonic
302
21k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Become a Pro
speakerdeck
PRO
29
5.5k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Side Projects
sachag
455
43k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
Transcript
Hello. Zwenexsys
Writing & Answering Technical Questions Zwenexsys
About me Zwenexsys
Programmer at Zwenexsys http://zwenex.com Zwenexsys
Active User on Stackoverflow & SuperUser Zwenexsys http://stackexchange.com/users/75304/ye-lin-aung
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 )
Zwenexsys Let’s solve the problem
Zwenexsys What have you tried ? whathaveyoutried.com
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
How to Ask Zwenexsys
Zwenexsys The Golden Rule: Imagine You're Trying To Answer The
Question `
Zwenexsys • Write it • Read it through • Does
it make sense ? • Is it easy to read and understand ? `
Zwenexsys Question Title ` • Don’t put with the following
- • Why doesn’t this work ? • Please help me.
Zwenexsys Context ` • Provide enough information • language version
• platform version • operating system • any other relevant software • Describe what you have tried
Zwenexsys Sample Code and Data ` • Be standalone •
Be complete • Demonstrate the problem • Be as short as possible.
Zwenexsys Spelling, Grammar & Formatting ` • Split into appropriate
paragraphs • Please write actual words ( gr8, bcoz, u ) • Just follow your browser spell check.
Zwenexsys ` How to Answer
Zwenexsys Read the Questions ` • Read the question •
Read the question • Read the question
Zwenexsys Get right to the point `
Zwenexsys Sample Code ` • Show your “working” code. •
Put appropriate explanation.
Zwenexsys Answer the question and highlight side-issues ` • Don’t
do this because ….
Zwenexsys Others tips! ` • Provide links to related sources
• Care about your reader • Don’t “answer and run”
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
Zwenexsys • More at http://meta.stackoverflow.com/ questions/8401/where-can-i-ask-questions- that-dont-fit-or-are-off-topic-for-stack-overflow Resources
Zwenexsys ` Have fun!
Zwenexsys ` Q & A
Zwenexsys ` Thank you <3