Monday, March 2, 2009

So How Come ... ?

In modern programming languages, you frequently see constructs like:

try {
...
} catch (...) {
....
}

But in real life, you have to catch exceptions before you can try them.

No comments: