Crap Quote by Linus Torvalds
“C++ is a horrible language. It's made more horrible by the fact that a lot of substandard programmers use it, to the point where it's much much easier to generate total and utter crap with it.”
About This Quote
Source Interview: 2015 Linux Kernel Development Talk
The quote expresses frustration with C++'s complexity and misuse by inexperienced programmers, leading to poor code quality.
In simple terms: C++ is complex and often misused, producing bad code.
Focus on better language practices and tooling.
Themes
Mood
Type
When to use this quote
- software development
- team code reviews
- education
- tool adoption
Key Concepts
Questions to Reflect On
- How can we improve C++ education?
- What alternatives reduce such pitfalls?
Even with better tools, C++ can still be error‑prone for novices.