6
Aekavon
8y

My Coding Loop :

while (working) {
coding();
createNewBug();
if (bugs != 0) {
fixTheFuckingBugs();
if (bugs != 0) {
fuckMySelf();
} else {
continueWorking();
}
}
}

Comments
  • 1
    try remove the part where you create bugs, you might become more productive
Add Comment