EGOPOLY

Topics include: programming, Apple, Unix, gadgets, large-scale web sites and other nerdy stuff.

Why I hate Java, reason #347

2006-02-14 16:13:17

Java:

        try {
            Thread.sleep(1000);
        } catch (InterruptedException e) {
        }

Ruby:

        sleep(1)