@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agoifn'tprogramming.devimagemessage-square127fedilinkarrow-up1774arrow-down111
arrow-up1763arrow-down1imageifn'tprogramming.dev@JPDev@programming.dev to Programmer Humor@programming.dev • 1 year agomessage-square127fedilink
minus-square@Kissaki@programming.devlinkfedilinkEnglish10•1 year agoPersonally, I like to call catched exception variables up, so for a rethrow I can throw up;.
minus-square@TwilightKiddy@programming.devlinkfedilink2•1 year 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.