Battle Quote by Fred Brooks
“The programmer's primary weapon in the never-ending battle against slow system is to change the intramodular structure. Our first response should be to reorganize the modules' data structures.”
About This Quote
Source Book: The Mythical Man‑Month, 1975
Improving system speed requires redesigning internal module structures, not just tweaking data.
In simple terms: Change module design to beat slowness.
Focus on architecture for performance.
Themes
Mood
Type
When to use this quote
- code refactoring
- system upgrades
- team planning
- performance reviews
Key Concepts
Questions to Reflect On
- When is redesign worth the effort?
- What trade‑offs do you accept?
Redesign can be costly and risky.