cm0002@suppo.fi to Programmer Humor@programming.dev · 1 day agoThe Six Stages of Code Griefsuppo.fiimagemessage-square138fedilinkarrow-up11.04Karrow-down111
arrow-up11.03Karrow-down1imageThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 1 day agomessage-square138fedilink
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up2·14 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”.