cm0002@suppo.fi to Programmer Humor@programming.dev · 13 天前The Six Stages of Code Griefsuppo.fiimagemessage-square142linkfedilinkarrow-up11.13Karrow-down110
arrow-up11.12Karrow-down1imageThe Six Stages of Code Griefsuppo.ficm0002@suppo.fi to Programmer Humor@programming.dev · 13 天前message-square142linkfedilink
minus-squarejjjalljs@ttrpg.networklinkfedilinkarrow-up2·12 天前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”.
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”.