Hi all,

as a semi minor issue I've just noticed, we have several places where we
have code blocks like:

try {
...
} catch (Exception e) {
e.printStacktrace();
}

I'd really like to get rid of such blocks as that's probably a sign of
missing proper error handling, even logging errors may be ok, but at least
it'd require us to more carefully think to what to do in case of errors.

What do you think?

Regards,
Tommaso

Reply via email to