On Tue, 24 May 2011 10:47:32 -0400, Jay, Michael wrote:

IMHO code that follows pattern

try {
... something
}  catch (Exception e) {
System.out("oops");
}

...

try {
... something
}  catch (Exception e) {
System.out("oops");
}

deserves only /dev/null as a permanent storage destination.

--
Mikolaj Rydzewski <[email protected]>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to