15
cod3doc
7y

I let my programming buddy comment all the code I write. He's great. His comments looks like this:
/*
I am groot!
*/

Comments
  • 0
    /**
    *
    * Does magic calculations of quantum physics to guarantee a random value.
    *
    * @return (int)4. The answer is always 4.
    **/
Add Comment