Flame War
ELI5 — The Vibe Check
A flame war is an aggressive online argument that generates way more heat than light — tabs vs spaces, Vim vs Emacs, React vs Vue, semicolons vs no semicolons. Everyone has strong opinions, nobody changes their mind, and the GitHub issue thread hits 500 comments. The code doesn't improve, but everyone's blood pressure does.
Real Talk
A flame war is a hostile online debate, typically about subjective technical preferences. In software development, perennial flame wars include editor choice, programming language superiority, formatting conventions, and framework preferences. They consume disproportionate energy and rarely produce constructive outcomes. Teams avoid them through adopted standards, formatters, and 'disagree and commit' culture.
When You'll Hear This
"The PR comment section devolved into a flame war about semicolons." / "Don't start a flame war — just configure Prettier and move on."
Related Terms
Bikeshedding
The nuclear power plant committee approved the reactor design in 2 minutes — no one understood it well enough to debate. The bike shed for employees?
Code Review
A code review is when another developer reads your code before it gets merged, looking for bugs, bad practices, or anything confusing.
Nit
A nit (short for nitpick) is a tiny, non-blocking code review comment about something that doesn't really matter but someone felt strongly enough to mentio...
Prettier
Prettier is an opinionated code formatter that automatically reformats your code to look consistent. Single quotes or double quotes? 2 spaces or 4?