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
LLMはTRPGのGMができる(確信)
kgmkm
0
1.6k
評価のギャップから紐解く、「評価軸」と「ソフトスキル」の重要性
blajir
2
110
家具家電付アパートの自室の冷蔵庫をスマートIoT化してみた!
scbc1167
0
130
RDKX3 ハンズオン資料 東京 D-Robotics 日本語
takasumasakazu
0
170
エンジニアになって2年間で学んだこと
kaiphoenix
0
210
5年間ぐらい、 スプリントレトロスペクティブは、 「+/Δ」しかしてないので、 あらためて良いのか悪いか考えてみる / Doing Plus Delta for about five years
camel_404
1
220
JAWS-UG Fukuoka - AWS re:Invent 2024 re:Cap AWS Community Perspective
awsjcpm
2
190
3ヶ月でできる! 探査機自作ゼミ教材自作入門
sksat
6
3.2k
Nutanix Community Edition 超入門 25.04
ricefield66
0
170
AIをフル活用! 猫版MBTI「CATS診断」 爆速開発の裏側【個人開発のAIツール活用 LT Night 登壇用スライド】
omori0219
0
1.2k
ORBBEC会社概要 製品カタログ 2024 11 10
takasumasakazu
0
170
AWS Community Day 2024: Using AWS to build a launchable knowledge rocket 👉 Organize knowledge, accelerate learning and understand AI in the process
dwchiang
0
240
Featured
See All Featured
The Language of Interfaces
destraynor
162
25k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Music & Morning Musume
bryan
46
6.9k
Leading Effective Engineering Teams in the AI Era
addyosmani
7
680
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Code Reviewing Like a Champion
maltzj
526
40k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
Done Done
chrislema
186
16k
Designing Experiences People Love
moore
142
24k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
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