JPDev@programming.dev to Programmer Humor@programming.dev · 1 year agoifn'tprogramming.devimagemessage-square106fedilinkarrow-up1631arrow-down111
arrow-up1620arrow-down1imageifn'tprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square106fedilink
minus-squareKissaki@programming.devlinkfedilinkEnglisharrow-up6·1 year agoPersonally, I like to call catched exception variables up, so for a rethrow I can throw up;.
minus-squareTwilightKiddy@programming.devlinkfedilinkarrow-up1·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.