MasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 25 days agoLabels go brrrrlemm.eeimagemessage-square16fedilinkarrow-up16arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up16arrow-down1imageLabels go brrrrlemm.eeMasterNerd@lemm.ee to Programmer Humor@lemmy.ml · 25 days agomessage-square16fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareEthan@programming.devlinkfedilinkEnglisharrow-up1·24 days agoAnd relying on runtime validation is a horrific way to write production code
minus-squaremanicdave@feddit.uklinkfedilinkarrow-up1·24 days agoWhy though? I’ve genuinely never had a problem with it. If something is wrong, it was always going to be wrong. Why is it preferable to have to write a bunch of bolierplate than just deal with the stacktrace when you do encounter a type error?
And relying on runtime validation is a horrific way to write production code
Why though? I’ve genuinely never had a problem with it. If something is wrong, it was always going to be wrong. Why is it preferable to have to write a bunch of bolierplate than just deal with the stacktrace when you do encounter a type error?