|
|
|
|
|
by 9rx
230 days ago
|
|
Both bugs and exceptions can be reasonably thought of as programmer error, but they are not the same kind of programmer error. Exceptions are flaws in the code — conditions that could have been caught at compile time with a sufficiently advanced language/compiler. Whereas bugs are conditions that are programatically sound, but violate human expectations. |
|
If a bug triggers an exception then with a strong compiler that is sufficiently advanced then these bugs can be found by the compiler.