@Albin7326@suppo.fi to Programmer Humor@lemmy.ml • 2 years agoShould have run slower.suppo.fiimagemessage-square40fedilinkarrow-up1958arrow-down136
arrow-up1922arrow-down1imageShould have run slower.suppo.fi@Albin7326@suppo.fi to Programmer Humor@lemmy.ml • 2 years agomessage-square40fedilink
minus-square@hperrin@lemmy.worldlinkfedilink38•2 years agoWhen productivity is measured in lines of code: do { if (!edge) { run(); } } while (!edge);
minus-square@collegefurtrader@discuss.tchncs.delinkfedilinkEnglish12•2 years agoWhen productivity is measured in lines of code: do { if (!edge) { run(); } } while { (!edge); }
minus-squareexulinkfedilinkEnglish4•2 years agoYou can probably do this: do { if (!edge) { run(); } } while { (!edge); }
minus-square@xmunk@sh.itjust.workslinkfedilink5•2 years agoYou’re going to need to try harder than that - you don’t even have any doc block comments.
When productivity is measured in lines of code:
do { if (!edge) { run(); } } while (!edge);
When productivity is measured in lines of code:
do { if (!edge) { run(); } } while { (!edge); }
You can probably do this:
do { if (!edge) { run(); } } while { (!edge); }
You’re going to need to try harder than that - you don’t even have any doc block comments.