Aijan@programming.dev to Programming@programming.dev · 17 days agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square68fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 17 days agomessage-square68fedilink
minus-squareverstra@programming.devlinkfedilinkarrow-up0·17 days 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
throw
keywords is much more readable compared to hiding flow-control into helper functions.