@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@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); }
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); }