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
}
}