Better Adapted Quote by Gerald Weinberg
““Fisher's Fundamental Theorem states—in terms appropriate to the present context—that the better adapted a system is to a particular environment, the less adaptable it is to new environments.””
About This Quote
Source Book: The Psychology of Computer Programming, 1971
Systems highly adapted to one environment become less flexible for new ones.
In simple terms: Specialization reduces adaptability.
Balance specialization with flexibility.
Themes
Mood
Type
When to use this quote
- software development
- ecology
- product design
Key Concepts
Questions to Reflect On
- How to design systems for multiple environments?
- When is specialization worth the risk?
Over-specialization can limit innovation.