|
|
|
|
|
by throw10920
742 days ago
|
|
> Your comment boils down to 'all code should be perfect'. This is clearly false from a cursory skim of the parent comment, which says > All processes should be prepared for a sudden crash without corrupting state. ...which is leagues away from "all code should be perfect" - for instance, an obvious example is programs that can crash at any time without state corruption, but contain logic bugs that result in invalid data being (correctly) written to disk, independent of crashing or being killed. |
|