@JPDev@programming.dev to Programmer Humor@programming.dev • 10 months agoifn'tprogramming.devimagemessage-square125fedilinkarrow-up1753arrow-down111
arrow-up1742arrow-down1imageifn'tprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 10 months agomessage-square125fedilink
minus-square@Kissaki@programming.devlinkfedilinkEnglish10•10 months agoPersonally, I like to call catched exception variables up, so for a rethrow I can throw up;.
minus-square@TwilightKiddy@programming.devlinkfedilink2•10 months agoExcept rethrowing an exception in C# is just throw;, anything else is a crime against the person who reads your stacktraces.
Personally, I like to call catched exception variables
up
, so for a rethrow I canthrow up;
.Except rethrowing an exception in C# is just
throw;
, anything else is a crime against the person who reads your stacktraces.