Hacker News new | ask | show | jobs
by jen20 541 days ago
A simple usability improvement for try..catch in Java would be to make it an expression, so initializing a variable with a fallible operation no longer requires declaring it outside, which is ugly.