6 ms·
>you probably don't want "throws SQLException" polluting the type signature all the way up the call stack A problem easily solved by writing business logic in
by alex_smart 1y ago
>you probably don't want "throws SQLException" polluting the type signature all the way up the call stack
A problem easily solved by writing business logic in pure java code without any IO and handling the exceptions gracefully at the boundary.