Aijan@programming.dev to Programming@programming.dev · 25 days agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square72fedilinkarrow-up197arrow-down115
arrow-up182arrow-down1external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 25 days agomessage-square72fedilink
minus-squareverstra@programming.devlinkfedilinkarrow-up20·25 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.