43
jeeper
7y

This is how most comments in code are. Why are you telling me it's a coffee cup, I can fucking see it's a coffee cup, who owns it and why is it right here? Are you putting coffee in it or something else?

Comments
  • 1
    // add two integers and return the sum.

    public int sum(int a, int b) { return a + b;}

    // Review comment - Asshole, what about Over and underflows?! What is the behavior you intend to convey?
  • 2
    Actually... I would put something else in it. I don't drink coffee... SEG FAULT
  • 0
    // and this ia pure magic...
  • 0
    @jeeper - fucking foreal.

    Its a bloody waste of space to explain in sentences what a block of code does. Fair enough, if its a largish library and you need to specify parameters.

    But sometimes I read code & I think the author is just stroking their ego by commenting verbosely.
  • 1
    But i thought is was for flowers...
  • 1
    Someone could have used the cup for non-coffee drinks
Add Comment