Why I hate Java, reason #347
2006-02-14 16:13:17
Java:
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
}
Ruby:
sleep(1)
Java:
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
}
Ruby:
sleep(1)
Archive
This site and contents (c)2005-2026 Bill O'Donnell
Blog powered by Golive