|
|
|
|
|
by bm98
2619 days ago
|
|
To me this is the crux of the issue. And it's non uncommon in software development: The developer fails to check for an error condition or raise an exception because doing so would add too much complexity to the system. So instead it is assumed (or hoped) that it simply can't or won't happen. Problem solved... (Edit: Or that the user will just have to reboot if it happens.) |
|