Menu

I'm not making this up

2005-07-28
2012-10-07
  • Nicolai Czempin

    Nicolai Czempin - 2005-07-28

    Just as an insight into the code that I inherited that I have to work on now:

        double d = new Double((new Integer(NUMBER_OF_ABSTRACT_ASSETS)).toString()).doubleValue();
        d = java.lang.Math.ceil(ratioInterruptionTrigger * d);
    
     
    • Tris Orendorff

      Tris Orendorff - 2005-07-29

      If you like/hate that sort of stuff, try <http://thedailywtf.com> for a new example every day. It will bring tears to your eyes.

       
      • Jakub TCP

        Jakub TCP - 2007-03-21

        The site is slowly moving to http://worsethanfailure.com/ but it will always be The Daily WTF in my heart

         
    • Tom Copeland

      Tom Copeland - 2005-07-28

      Beautiful!

      Tom

       

Log in to post a comment.