Tuesday, October 31, 2006

Argh! I just encountered another instance of the following code from one of our developers:
    try {
// some stuff
}
catch (NumberFormatException e) {
throw e;
}


Do some folks just enjoy typing for the sheer fun of it?

No comments: