Albin Jose@suppo.fi to Programmer Humor@lemmy.ml · 2 年前Should have run slower.suppo.fiimagemessage-square40fedilinkarrow-up1980arrow-down137
arrow-up1943arrow-down1imageShould have run slower.suppo.fiAlbin Jose@suppo.fi to Programmer Humor@lemmy.ml · 2 年前message-square40fedilink
minus-squarecollegefurtrader@discuss.tchncs.delinkfedilinkEnglisharrow-up12·2 年前When productivity is measured in lines of code: do { if (!edge) { run(); } } while { (!edge); }
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up4·2 年前You can probably do this: 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); }