Hacker News new | past | comments | ask | show | jobs | submit login

InterruptedException is the worst. I know that I'm not calling Thread.interrupt() so why do I need to handle that case? It's already hard enough to reason about multithreaded code without worrying about future-proofing it for some case where it's somehow convenient for another developer to use Thread.interrupt().



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: