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 questions and find the right answers
Search
Florian Plank
November 09, 2013
Programming
2
360
How to ask questions and find the right answers
An introduction to finding help online when beginning programming. Given at RailsGirls Oulu.
Florian Plank
November 09, 2013
Tweet
Share
More Decks by Florian Plank
See All by Florian Plank
Ready, set, immersion!
polarblau
0
180
Prototyping all the things
polarblau
2
180
CoffeeScript vs. ECMAScript 6
polarblau
5
3.5k
Design for a complex Reality — Siili Breakfast Edition
polarblau
0
150
Enabling Design for a Complex Reality
polarblau
2
130
A primer on Content Security Policy
polarblau
1
420
Rails and the future of the open web
polarblau
3
130
Brief Ruby/Ruby on Rails intro
polarblau
3
190
Ruby Idioms
polarblau
3
580
Other Decks in Programming
See All in Programming
Module Proxyのマニアックな話 / Niche Topics in Module Proxy
kuro_kurorrr
0
2.6k
マイベストのシンプルなデータ基盤の話 - Googleスイートとのつき合い方 / mybest-simple-data-architecture-google-nized
snhryt
0
140
2026年向け会社紹介資料
misu
0
150
自動テストを活かすためのテスト分析・テスト設計の進め方/JaSST25 Shikoku
goyoki
1
530
例外処理を理解して、設計段階からエラーを見つけやすく、起こりにくく #phpconfuk
kajitack
12
5.7k
ネストしたdata classの面倒な更新にさようなら!Lensを作って理解するArrowのOpticsの世界
shiita0903
1
290
Honoを技術選定したAI要件定義プラットフォームAcsimでの意思決定
codenote
0
110
Vueのバリデーション、結局どれを選べばいい? ― 自作バリデーションの限界と、脱却までの道のり ― / Which Vue Validation Library Should We Really Use? The Limits of Self-Made Validation and How I Finally Moved On
neginasu
3
1.8k
予防に勝る防御なし(2025年版) - 堅牢なコードを導く様々な設計のヒント / Growing Reliable Code PHP Conference Fukuoka 2025
twada
PRO
35
11k
チーム開発の “地ならし"
konifar
2
530
AsyncSequenceとAsyncStreamのプロポーザルを全部読む!!
s_shimotori
1
270
Blazing Fast UI Development with Compose Hot Reload (Bangladesh KUG, October 2025)
zsmb
2
500
Featured
See All Featured
Building Adaptive Systems
keathley
44
2.8k
What’s in a name? Adding method to the madness
productmarketing
PRO
24
3.8k
Thoughts on Productivity
jonyablonski
73
4.9k
Embracing the Ebb and Flow
colly
88
4.9k
Code Review Best Practice
trishagee
72
19k
Designing for humans not robots
tammielis
254
26k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
Balancing Empowerment & Direction
lara
5
740
The Cult of Friendly URLs
andyhume
79
6.7k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.3k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
21
1.2k
Transcript
H W TO ASK QUESTIONS AND FIND THE RIGHT ANSWERS
You will f*ck up.
You will f*ck up. Every day.
And that’s okay.
And that’s okay. It’s the best part, really.
“Your pain is the breaking of the shell that encloses
your understanding.” Khalil Gibran
(A story of a button.)
Getting ahead in 5 easy steps
Admit that you have a problem. 1
Walk away. 2
Narrow it down. 3
A Is something broken? B Are you stuck?
- What does it take to trigger the problem? -
What is it that you want to achieve? - What happens instead? A
- What is it that you want to achieve? -
What is involved? - Where are you getting stuck? B
Research. 4
A “Do you have a name”? Check the documentation.
None
None
A + B Too fuzzy? — Use a search engine.
Don’t bother with site searches.
None
?
What does it take to trigger the problem? What is
it that you want to achieve? What happens instead? A WHEN THEN BUT
What is it that you want to achieve? What is
involved? Where are you getting stuck? B WHAT WITH HOW
- Leave your emotions at the door. - Formulate your
question with the answer in mind. - Be speci c in your terms. - Consider variations of your problem. - e order of the search terms matters. - Let the results guide your next question.
A + B Evaluate the results.
- How old is an answer? Check the date. -
How trustworthy is the source? - Explanation or just a code snippet? - Close, but no cigar? —Can you adapt an answer to your use case?
Ask for help. 5
None
(What is Stackover ow and how does it work?)
So, you think you’re ready to ask a question?
Have you exhausted all other means?
Did you search for similar questions?
Really?
Really? Alright then —
None
None
- Leave your emotions at the door. - Be speci
c, be brief.
None
None
None
- Leave your emotions at the door! - Provide all
necessary context. - Show that and what you’ve tried. - Be speci c, be brief. - Make it relevant to others. - Keep an open mind. - Be nice.
None
- Use as little tags a as possible. - Don’t
use buzzwords. - is is not a honey pot!
None
None
Now wait. Go, do something else. Be patient.
…
Found what you needed?
Found what you needed? Take some time to understand.
Comment. Ask follow–up questions. Be grateful.
…
Repeat. ∞
Experts Beginners
Experts Beginners Highly specialized questions Universal questions
Someone somewhere had the same problem than you before.
Give up.
Give up for the moment
Give up for the moment, but never for good.
Don’t be afraid to ask for help.
Writing Ruby is a magical experience, but Ruby is not
magic.
Here’s something to get you started:
None
None
@polarblau