Albin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agoShould have run slower.suppo.fiimagemessage-square32fedilinkarrow-up1975arrow-down136
arrow-up1939arrow-down1imageShould have run slower.suppo.fiAlbin Jose@suppo.fi to Programmer Humor@lemmy.ml · 1 year agomessage-square32fedilink
minus-squarehperrin@lemmy.worldlinkfedilinkarrow-up38·1 year agoWhen productivity is measured in lines of code: do { if (!edge) { run(); } } while (!edge);
minus-squarecollegefurtrader@discuss.tchncs.delinkfedilinkEnglisharrow-up12·1 year agoWhen productivity is measured in lines of code: do { if (!edge) { run(); } } while { (!edge); }
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up4·1 year agoYou can probably do this: do { if (!edge) { run(); } } while { (!edge); }
minus-squarexmunk@sh.itjust.workslinkfedilinkarrow-up5·1 year 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.