|
|
|
|
|
by Jtsummers
2196 days ago
|
|
I keep going back to this quote from The Psychology of Computer Programming 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. It's a systems thing. You build a system that is resilient to changes in the environment, it is less efficient if the environment doesn't change versus a system that is optimized for that specific environment. But the counterpoint is that the optimized system can't handle changes in the environment. |
|