Aijan@programming.dev to Programming@programming.dev · 11 days agoSelf-documenting Codelackofimagination.orgexternal-linkmessage-square70fedilinkarrow-up199
arrow-up199external-linkSelf-documenting Codelackofimagination.orgAijan@programming.dev to Programming@programming.dev · 11 days agomessage-square70fedilink
minus-squareverstra@programming.devlinkfedilinkarrow-up20·11 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.