14
aytch
8y

when code comments be like

# loop over the array
for i in 1...10
# divide by 2
x = i / 2
# return the result
return x

Comments
  • 3
    One of our clients requires us to put that kind of comment in code, 'code quality' they say... without this shit the code doesn't go to production :'(
  • 0
  • 1
    @hlucasfranca that's awful...but at least you can double your TLOC!
  • 1
    If I was required to do this, the comments would be the most sarcastic thing you have ever seen. 😂
Add Comment