On 7/14/07, Michael Torrie <[EMAIL PROTECTED]> wrote:
Of course we all know Java is renowned for lending itself well to
over-engineering and pattern abuse.  This little clip is amazing!
Without comments it's still a little under 100 lines of code!  To top it
off, it's not even thread safe they tell me.

If I got paid by the lines of code I'd switch to Java for sure. :)

You're that full of venom towards Java that you can't spot an obvious
joke when you see one?  This program does the same as the following in
Java:

public class Main {
 public static void main(String... args) {
   System.out.println("Hello World");
 }
}

It's called satire.  Look into it.

-Bryan

/*
PLUG: http://plug.org, #utah on irc.freenode.net
Unsubscribe: http://plug.org/mailman/options/plug
Don't fear the penguin.
*/

Reply via email to