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
スマートハウスの蓄電性能の効率化を実現してみた~電気自動車編~
runrunsan
0
280
「AITRIOS」でトカゲの活動量を可視化
hoshinoresearch
0
410
How to make the Groovebox
asonas
2
1.7k
安全に失敗するための手遊び-未定義動作を引き出そう-
zilmina
0
660
RDKX3 ハンズオン資料 東京 D-Robotics 日本語
takasumasakazu
0
160
AIお菓子ロッカー
keicafeblack
0
190
カンファレンスでリフレッシュ!無理なく楽しむカンファレンス参加術 / How to enjoy conferences without stress
kattsuuya
1
9k
AWSコミュニティプログラムとJAWS-UGアップデート / JAWS-UG函館 勉強会 vol.14
awsjcpm
2
150
MustをWillに変える技術 〜アイドル・郁田はるきが"すべき"の壁を超えるまで〜
subroh0508
0
790
目指せ!本を書いて夢の不労所得 #第3木曜LT会
kaitou
1
130
わたしと仕事とアジャイルコミュニティ / developers summit 2025
matsuoshi
0
1.2k
【ふりかえりワークショップ】Tryを決めるだけじゃない!感情にフォーカスした、ふりかえりを体験しよう!
scrummasudar
0
550
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
95
14k
For a Future-Friendly Web
brad_frost
180
9.9k
Building Applications with DynamoDB
mza
96
6.7k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Agile that works and the tools we love
rasmusluckow
331
21k
BBQ
matthewcrist
89
9.8k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
53k
Automating Front-end Workflow
addyosmani
1371
200k
The Pragmatic Product Professional
lauravandoore
36
6.9k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
How to train your dragon (web standard)
notwaldorf
96
6.3k
Product Roadmaps are Hard
iamctodd
PRO
54
11k
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