Hacker News new | ask | show | jobs
by shepherdjerred 1441 days ago
Unchecked vs Checked is one of the things I like least about Java. Programmers tend to make everything Unchecked because it leads to easier code for API users at the cost of correctness/error handling.