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