Github user gzak commented on the pull request:

    https://github.com/apache/commons-lang/pull/98#issuecomment-113787317
  
    Give the interview I posted a read: one key point is to assume users 
actually care about the exception itself, when in reality they generally don't. 
This leads to tons of code which just appends a "throws Throwable" clause to 
method signatures, which defeats the purpose of the feature. Or worse, silently 
swallowing exceptions just to make them go away, leading to really hard to find 
issues. Our code base, for instance, is littered with throws Throwable clauses, 
which also gets rid of checked exceptions, but also adds a lot of unnecessary 
clutter.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to