cm0002@suppo.fi to Programmer Humor@programming.dev · 22 hours agoThe Six Stages of Code Griefsuppo.fiexternal-linkmessage-square121fedilinkarrow-up1954arrow-down110
arrow-up1944arrow-down1external-linkThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 22 hours agomessage-square121fedilink
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up2·4 hours agoLowering indent levels is nice in functions. Early returns mean you don’t have to think as much. “If it got here, I know foo isn’t null because it already would have returned”.
Lowering indent levels is nice in functions. Early returns mean you don’t have to think as much. “If it got here, I know foo isn’t null because it already would have returned”.