|
|
|
|
|
by fallingfrog
36 days ago
|
|
Idempotency is just the next generation realizing that goto and global variables are still antipatterns. And then some lazy birdbrain will come up with some new way to either jump to a random place in the code without guardrails on program state, or referencing data that other code or threads could have touched, and they'll call it a time saving feature. And then we will all learn the hard way that those annoying restrictions were in place for a reason. This is the great circle of life and death and rebirth |
|