cm0002@suppo.fi to Programmer Humor@programming.dev · 2 days agoThe Six Stages of Code Griefsuppo.fiimagemessage-square142linkfedilinkarrow-up11.09Karrow-down110
arrow-up11.08Karrow-down1imageThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 2 days agomessage-square142linkfedilink
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up2·1 day 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”.