Aijan@programming.dev to Programming@programming.dev · 8 months agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square64fedilinkarrow-up193arrow-down115
arrow-up178arrow-down1external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 8 months agomessage-square64fedilink
minus-squareverstra@programming.devlinkfedilinkarrow-up19·8 months 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.