12

What's the funniest comment you've ever come across in someone else's code? 🙃

Comments
  • 5
    That he is sorry that I have to work with his code after his departure.
  • 2
    // Brace yourself
  • 4
    //I'll just cry now

    ...

    //Printing functionallity for 50$
    Messagebox.show ("Printer not found");
  • 1
    // how come?
  • 1
    // not funny
  • 4
    // this section should never run, if it was, call an exorcist... im out
  • 2
    %% and now the hard stuff

    was the only comment in the code by the way
  • 1
    function doStuff(foo,bar,baz,a,b,c,d,e,f,g,h,i,j) {
    Return ['baz' => baz];
    }

    It tool seriously like 12 mandatory params
  • 4
    // sometimes I think compiler just ignores all my comments
  • 0
    // The future is now!
  • 0
    // why?
  • 2
    // You don't want to know how long this took.
  • 2
    // Magic
  • 3
    Read in 2016
    // 2005, we'll update this soon
  • 0
    I left a comment of an ASCII version of my angriest face in a source file, with a message threatening to "accidentally spill coffee I their computer" if they fucked with it
Add Comment