• Kenton Varda's avatar
    Simplify exceptions. Eliminate Durability. Rename Nature to Type and simplify it. · 4ee25e43
    Kenton Varda authored
    Distinguishing between "local bugs" and "preconditions" was proving difficult in practice, because a precondition failure in one function may very well indicate a bug in a calling function, but the exception may be thrown through that function, thus when caught the classification is nonsensical. The distinction also was not as useful as imagined. So, I eliminated this distinction.
    4ee25e43
time.c++ 1.42 KB