Sunday, September 5, 2010

Code foolishnesses

Reading your own code after a few years is always a source of amusement:
    catch (SyntaxErrorException f)
    {
      f.printStackTrace();
      System.err.println("Please tell the programmer of this program that he's been fooling around with parameters");
    }


kR Birgit

No comments:

Post a Comment