Programming Quote by Robert C. Martin
““The problem that Dijkstra recognized, early on, was that programming is hard, and that programmers don’t do it very well.””
About This Quote
Source Book: Clean Code, 2008
Programming is inherently difficult, and many programmers struggle to write clean, maintainable code.
In simple terms: Coding is hard; many programmers write poor code.
Strive for clarity and discipline in coding.
Themes
Mood
Type
When to use this quote
- software development
- code reviews
- training programs
- tooling
Key Concepts
Questions to Reflect On
- How can we improve programmer education?
- What habits lead to better code quality?
Complex problems may still produce imperfect code despite best practices.