Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Java has checked exceptions, so you don't need anything to signal that it is "likely", you can literally declare it in your code and have the compiler tell you if you're screwing up.


So this might actually make checked exceptions popular again eh? ;)


I know they cause their own problems, but I generally prefer checked exceptions over "read the non-existent documentation" exceptions.




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

Search: