|
|
|
|
|
by Quarrelsome
20 days ago
|
|
> Until your coworker comes along and accidentally refactors the code to skip the exception catching and it suddenly blows up prod. can't my co-worker just use this pattern and discard an error result the same? I'd argue its easier as the stack wont unwind by default because the error is returned instead of thrown. |
|