Aijan@programming.dev to Programming@programming.dev · 1 year agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square72linkfedilinkarrow-up1102arrow-down116cross-posted to: [email protected]
arrow-up186arrow-down1external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 1 year agomessage-square72linkfedilinkcross-posted to: [email protected]
minus-squareverstra@programming.devlinkfedilinkarrow-up20·1 year agoI agree, this is an anti-pattern for me. Having explicit throw keywords is much more readable compared to hiding flow-control into helper functions.
I agree, this is an anti-pattern for me.
Having explicit
throwkeywords is much more readable compared to hiding flow-control into helper functions.