@[email protected]M to Science [email protected]English • 20 hours agotickling ur spidey sensesmander.xyzimagemessage-square15fedilinkarrow-up1497arrow-down110
arrow-up1487arrow-down1imagetickling ur spidey sensesmander.xyz@[email protected]M to Science [email protected]English • 20 hours agomessage-square15fedilink
minus-square@[email protected]linkfedilinkEnglish14•4 hours agoI LOVE finding bugs. I HATE looking for them
minus-square@[email protected]linkfedilinkEnglish3•3 hours agoAnd the bugs are always in the last lines of code you check. It’s so infuriating! Why can’t they be in the first?
minus-squareIron LynxlinkEnglish1•edit-218 minutes agoBecause you stop searching when you find the bug. You have to not execute lines[] = Load(file.code); bool bug_found = false; i=0; while(!bug_found) { bug_found = findBug(lines[i]); } bug_fix(lines[i]); You have to run lines[] = Load(file.code); def bugs[]; a = 0; for(i=0;i<lines[].length();i++) { if (findBug(lines[i]) { bugs[a] = lines[i]; a++; } } for(b=0;b<=a;b++) { bug_fix(lines[b]); } /j
minus-square@[email protected]linkfedilinkEnglish2•3 hours agoYou’re not desperate enough for them to reveal themselves to you yet
minus-square@[email protected]linkfedilinkEnglish1•3 hours agono, but I used to have one. He didn’t like looking for them either.
I LOVE finding bugs.
I HATE looking for them
And the bugs are always in the last lines of code you check. It’s so infuriating! Why can’t they be in the first?
Because you stop searching when you find the bug.
You have to not execute
lines[] = Load(file.code); bool bug_found = false; i=0; while(!bug_found) { bug_found = findBug(lines[i]); } bug_fix(lines[i]);
You have to run
lines[] = Load(file.code); def bugs[]; a = 0; for(i=0;i<lines[].length();i++) { if (findBug(lines[i]) { bugs[a] = lines[i]; a++; } } for(b=0;b<=a;b++) { bug_fix(lines[b]); }
/j
You’re not desperate enough for them to reveal themselves to you yet
Are you a spider?
no, but I used to have one. He didn’t like looking for them either.