this post was submitted on 02 Nov 2023
1408 points (98.6% liked)

Programmer Humor

32371 readers
578 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jjjalljs@ttrpg.network 15 points 1 year ago (1 children)

Nothing to test? Lol what.

def add(a: int, b: int) -> int: return a * b

All types are correct. No side effects. Does the wrong thing.

[–] MyNameIsRichard@lemmy.ml 5 points 1 year ago (1 children)

Maybe it's doing the right thing but is badly named

[–] magic_lobster_party@kbin.social 6 points 1 year ago (1 children)

Maybe the it’s the English language that is wrong?

[–] dan@upvote.au 4 points 1 year ago* (last edited 1 year ago)

Old and busted: Fix the function

New hotness: Redefine enough words in the English language such that the function is now correctly implemented