RTFM
Read The Fine Manual
ELI5 — The Vibe Check
A not-so-polite way of saying 'the answer is in the documentation, go read it.' Usually said when someone asks a question that's clearly answered on page 1 of the docs. The 'F' doesn't always stand for 'Fine.'
Real Talk
RTFM is an acronym encouraging users to consult the documentation before asking for help. While often used dismissively, it highlights the importance of reading documentation as a primary problem-solving skill.
When You'll Hear This
"How do I install it? — RTFM, it's literally the first section." / "Maybe a nicer way to say RTFM is 'check the docs.'"
Related Terms
Documentation
Documentation is written explanation of how your code works and why.
README (README)
A README is the instruction manual taped to the front of a code project. It tells newcomers what the project does, how to install it, and how to use it.
Stack Overflow
A stack overflow happens when a function keeps calling itself forever, like a mirror facing a mirror.