4 ms·
In that case, why don't you just put 'throws Exception' on all your methods?
by DuncanMak 14y ago
In that case, why don't you just put 'throws Exception' on all your methods?
- nknight 14y agoI said "theoretically", did I not? And there was nothing particularly special about the module aside from the extreme concentration. Every piece of Java I've ever written or even looked at has this same problem on a reduced scale. My point is to show how utterly broken and worthless the concept is. Either there's a ton of exception-"handling" boilerplate that does nothing useful, or there's "throws Exception" everywhere, itself useless boilerplate that exists only to tell the compiler to buzz off.