Closed ChaseFlorell closed 6 years ago
since the catch re-throws, there's really no point in leaving the logging and return result outside the try/catch. Moving it into the inner scope helps readability and keeps things tighter.
since the catch re-throws, there's really no point in leaving the logging and return result outside the try/catch. Moving it into the inner scope helps readability and keeps things tighter.