Efficiency vs. Robustness
Join the DZone community and get the full member experience.
Join For FreeSomething is efficient if it performs optimally under ideal circumstances.
Something is robust if it performs pretty well under less than ideal circumstances.
Life is full of trade-offs between efficiency and robustness. Over time, I’ve come to place more weight on the robustness side of the trade-off. I imagine that’s typical. With more experience, you become more willing to concede that you haven’t thought of everything that could happen. After a while, you notice that events with a “one in a million” chance of occurring happen much more often than predicted.
Robust things are often more efficient than efficient things are robust. That is, robust strategies often do fairly well under ideal circumstances. You may not give up much efficiency for robustness. But efficient strategies can fail spectacularly when the assumptions they’re based on don’t hold.
Published at DZone with permission of John Cook, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Never Use Credentials in a CI/CD Pipeline Again
-
Chaining API Requests With API Gateway
-
How To Use Geo-Partitioning to Comply With Data Regulations and Deliver Low Latency Globally
-
Automating the Migration From JS to TS for the ZK Framework
Comments