Claude comments look like this
//add returns the sum of x and y
//per section 2.1 of addition-implementation-plan.md sum is designed as the seam for user addition interfaces.
//previously sum added numbers, now it adds numbers
def add(x, y):
return x + y
just reading this comments made me despise the fact that I have to read this shit again tomorrow
It's really time to move to OpenAI...