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
100
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
99
Crashing an app 40 times a day - A Developer Story
yelinaung
0
190
Andorid Bootcamp
yelinaung
1
320
Introduction to GDG Yangon
yelinaung
2
150
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
3ヶ月でできる! 探査機自作ゼミ教材自作入門
sksat
6
1.2k
こんなにあるの? 最近のIPAトレンドを ざっくりまとめてみた
watany
3
650
Terra Charge|EVコンセントご利用ガイドブック / Terra Charge EV Charger Guidebook
contents
0
1.2k
GPT-4oに遅刻理由を考えてもらうボタン #gpt_4o #iotlt #chatgpt
n0bisuke2
0
280
AWSと学生支援 - Education-JAWS #0
awsjcpm
1
110
JAWS-UG山梨第0回 AWSのユーザーコミュニティ支援
awsjcpm
0
130
「RubyでLチカ」に挑戦してみた
isaka1022
0
150
安全に失敗するための手遊び-未定義動作を引き出そう-
zilmina
0
500
IoTカーテンオープナー
keicafeblack
0
320
コロナ後の世界メイカーフェア事情 高須正和@Nico-Tech Shenzhen #KMMF2024 #KariyaMMF2024
takasumasakazu
0
280
在宅フルリモートワークを可能にするスキルと知識n連発! / how to more effective remoteworking
masaru_b_cl
3
950
PlatformIO IDE用M5Stack定型コード環境の紹介
3110
1
390
Featured
See All Featured
Music & Morning Musume
bryan
46
6.3k
Building an army of robots
kneath
302
44k
Designing for Performance
lara
604
68k
Bash Introduction
62gerente
609
210k
A designer walks into a library…
pauljervisheath
205
24k
Mobile First: as difficult as doing things right
swwweet
222
9k
Embracing the Ebb and Flow
colly
84
4.5k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
191
16k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
45
2.3k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
A better future with KSS
kneath
238
17k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
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