RTFD: Why Reading the Docs Matters More Than You Think
We've all seen it. A developer pings the team Slack: "Hey, how do I configure the API timeout?" Meanwhile, the answer sits in the README, section 3.2, exactly where it's been for two years.
The frustrated response bubbling up in your head? RTFD — Read The F***ing Docs.
It's a sentiment as old as software itself. But before you fire off that passive-aggressive link, let's talk about what's really at stake — for your team's culture, productivity, and the asker's own career.
The Real Cost of "Quick Questions"
Here's what happens when someone asks a question that's already documented:
- 23 minutes of lost focus. That's how long it takes to fully refocus after an interruption, according to research from UC Irvine's Gloria Mark. Your "quick question" just cost someone nearly half an hour.
- Context switching compounds. Developers are interrupted every 10-15 minutes on average. Each context switch degrades cognitive performance, increases errors, and burns mental energy.
- It scales poorly. One person asking means one interruption. But in a team of 10, if everyone asks instead of searching, you've created a culture of constant disruption.
The Credibility Tax
Here's the uncomfortable truth: repeatedly asking questions with documented answers erodes your professional credibility.
Senior engineers notice. Managers notice. Not because they're judging you harshly — but because resourcefulness is a core engineering skill. The ability to find answers independently signals:
- You respect others' time
- You can operate autonomously
- You'll be effective when no one's around to ask
This doesn't mean never ask questions. It means: search first, ask second. "I checked the docs and couldn't find X" hits very differently than "How do I do X?"
The Culture Ripple Effect
Teams develop habits. When asking-before-searching becomes normal, it creates a learned helplessness that spreads. New hires model what they see. Soon, your documentation becomes decoration — present but ignored.
Worse, the engineers who do read the docs become the de facto support team, answering the same questions repeatedly. That's a fast track to burnout and resentment.
The Fix: Make RTFD the Path of Least Resistance
Before blaming individuals, look at your systems:
- Make docs findable. If your documentation requires a treasure map to locate, that's a tooling problem, not a people problem. Invest in search.
- Keep docs current. Outdated documentation trains people to distrust it. If the docs lie, people stop reading.
- Normalize the redirect. When someone asks a documented question, respond with the link — kindly. "Great question! Here's the doc: [link]. Let me know if something's unclear after reading it."
- Celebrate self-service. When someone solves their own problem by reading docs, acknowledge it. "Nice find!" reinforces the behavior you want.
The Bottom Line
RTFD isn't about being dismissive. It's about building a culture where:
- Documentation is trusted and used
- Deep work is protected
- Engineers grow into resourceful problem-solvers
The best teams make reading the docs the obvious first step — not a last resort muttered in frustration.
How does your team handle the docs-vs-questions balance? Hit reply — I'd love to hear what's working (or not).