|
|
|
||
|
How many times have you seen the following?
public void myMethod(...)
throws ...
{
try {
... entire method is here ...
} catch(SomeException se) {
....
}
}
Consider when entire method is here is more than a dozen lines or so with a number of statements that throw Limiting the scope of A common case to watch out for is one where a There are cases where a large |
| Post a comment |
|
|
Unless otherwise expressly stated, all original material of whatever nature created by Rob Grzywinski and included in this weblog and any related pages, including the weblog's archives, is licensed under a Creative Commons License. |