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
200
Andorid Bootcamp
yelinaung
1
320
Introduction to GDG Yangon
yelinaung
2
160
Kickstarting Your First Android App
yelinaung
1
130
Version Control With Git
yelinaung
1
110
Other Decks in How-to & DIY
See All in How-to & DIY
AWS Summit Japan 2025 個人的参加レポート
midnight480
0
260
JAWS-UG Fukuoka - AWS re:Invent 2024 re:Cap AWS Community Perspective
awsjcpm
2
240
アイデアをカタチにする、イマジニア
haruka_imgr
0
190
ブロックテーマをゴリゴリに使い倒してサイトを作った話 / Kansai WordPress Meetup 2025 01 25
tbshiki
1
1.6k
5年間ぐらい、 スプリントレトロスペクティブは、 「+/Δ」しかしてないので、 あらためて良いのか悪いか考えてみる / Doing Plus Delta for about five years
camel_404
1
330
JAWS-UG Community Upadate - JAWS-UG 熊本
awsjcpm
2
220
キャリア科目では教えてくれない、就活を生き抜く法則
logica0419
2
260
スマートハウスの蓄電性能の効率化を実現してみた~電気自動車編~
runrunsan
0
420
スイングやカードをいい感じに立てるスタンドの話
niccolli
1
420
サイボウズには100名以上の社員が出演する"夏フェス"があるって本当?
oguemon
1
630
人を補助するAI ~AIとの壁打ちがきっかけになる~ #共創AIミートアップ
ishikiemo
2
550
Xの"だるま"とコナミコマンド #iotlt #obniz
n0bisuke2
0
310
Featured
See All Featured
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
330
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
3
480
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
210
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.1k
Organizational Design Perspectives: An Ontology of Organizational Design Elements
kimpetersen
PRO
1
630
A Guide to Academic Writing Using Generative AI - A Workshop
ks91
PRO
0
230
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.4k
Docker and Python
trallard
47
3.8k
Into the Great Unknown - MozCon
thekraken
40
2.3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
230
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