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
340
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
170
Prototyping all the things
polarblau
2
170
CoffeeScript vs. ECMAScript 6
polarblau
5
3.5k
Design for a complex Reality — Siili Breakfast Edition
polarblau
0
130
Enabling Design for a Complex Reality
polarblau
2
130
A primer on Content Security Policy
polarblau
1
400
Rails and the future of the open web
polarblau
3
130
Brief Ruby/Ruby on Rails intro
polarblau
3
180
Ruby Idioms
polarblau
3
570
Other Decks in Programming
See All in Programming
AI駆動のマルチエージェントによる業務フロー自動化の設計と実践
h_okkah
0
210
新メンバーも今日から大活躍!SREが支えるスケールし続ける組織のオンボーディング
honmarkhunt
5
8.2k
ソフトウェア品質を数字で捉える技術。事業成長を支えるシステム品質の マネジメント
takuya542
2
14k
A full stack side project webapp all in Kotlin (KotlinConf 2025)
dankim
0
140
GitHub Copilot and GitHub Codespaces Hands-on
ymd65536
2
150
AIともっと楽するE2Eテスト
myohei
8
2.9k
PicoRuby on Rails
makicamel
2
140
なんとなくわかった気になるブロックテーマ入門/contents.nagoya 2025 6.28
chiilog
1
280
코딩 에이전트 체크리스트: Claude Code ver.
nacyot
0
870
テストから始めるAgentic Coding 〜Claude Codeと共に行うTDD〜 / Agentic Coding starts with testing
rkaga
15
5.3k
GPUを計算資源として使おう!
primenumber
1
200
状態遷移図を書こう / Sequence Chart vs State Diagram
orgachem
PRO
2
180
Featured
See All Featured
A Modern Web Designer's Workflow
chriscoyier
695
190k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.7k
A better future with KSS
kneath
238
17k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Site-Speed That Sticks
csswizardry
10
700
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
47
9.6k
Optimizing for Happiness
mojombo
379
70k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Visualization
eitanlees
146
16k
How to Think Like a Performance Engineer
csswizardry
25
1.7k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
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