Why I hate Java, reason #347
2006-02-14 16:13:17
Java:
try { Thread.sleep(1000); } catch (InterruptedException e) { }
Ruby:
sleep(1)
Why I hate Java, reason #347
2006-02-14 16:13:17
Java:
try { Thread.sleep(1000); } catch (InterruptedException e) { }
Ruby:
sleep(1)
Archive