Code on a Mythic Scale
Monday, September 12th, 2005 03:45 pmAfter a few typos in a question about an aggravating issue at work in which Sysiphus was mentioned, I suggested the following code:
while (true) {
try {
this.push(rock);
break;
} catch (RollbackException e) {
// try again
}
}
no subject
Date: 2005-09-12 10:40 pm (UTC)no subject
Date: 2005-09-12 10:48 pm (UTC)no subject
Date: 2005-09-12 11:43 pm (UTC)and I'm quite tempted to tell each of those people that they're commenting in the wrong post