JPDev@programming.dev to Programmer Humor@programming.dev · 11 months agoifn'tprogramming.devimagemessage-square4fedilinkarrow-up12arrow-down10
arrow-up12arrow-down1imageifn'tprogramming.devJPDev@programming.dev to Programmer Humor@programming.dev · 11 months agomessage-square4fedilink
minus-squareTrailblazing Braille Taser@lemmy.dbzer0.comlinkfedilinkarrow-up1·11 months agoI propose a new, more threatening kind of control flow. do { /* something */ } or else { /* you don't want to find out */ }
minus-squaregex@lemmy.worldlinkfedilinkarrow-up1·11 months agoSome C++ style guides suggest the following naming convention for functions that crash on any error OpenFileOrDie()
I propose a new, more threatening kind of control flow.
do { /* something */ } or else { /* you don't want to find out */ }
Some C++ style guides suggest the following naming convention for functions that crash on any error
OpenFileOrDie()