|
|
|
|
|
by dangerlibrary
3290 days ago
|
|
Personally, I think checked exceptions are sometimes a headache in Java and I've worked in places where the default when encountering a checked exception was to catch and throw RuntimeException with a helpful error, which is pretty similar to Go's error/panic model. |
|