Apache Quote by Rasmus Lerdorf
“I'm not a real programmer. I throw together things until it works then I move on. The real programmers will say Yeah it works but you're leaking memory everywhere. Perhaps we should fix that. I'll just restart Apache every 10 requests.”
About This Quote
The quote highlights a pragmatic, shortcut‑oriented coding style that prioritizes immediate functionality over long‑term quality, contrasting it with disciplined programmers who emphasize robustness and memory management.
In simple terms: Quick fixes over careful design.
Balance speed with code health.
Themes
Mood
Type
When to use this quote
- product development
- learning
- hobby programming
Key Concepts
Questions to Reflect On
- How do you decide when to refactor?
- What are the costs of ignoring memory leaks?
Quick fixes may cause hidden failures later.