logoalt Hacker News

transdev12today at 9:15 PM1 replyview on HN

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

Replies

netniuqtoday at 9:21 PM

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...

show 1 reply