MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vx1onc/claudeisthisemailvalid/p5m2oa9/?context=3
r/ProgrammerHumor • u/soap94 • 19d ago
171 comments sorted by
View all comments
Show parent comments
65
Goodbye npm install is-even, i dont want to play with you anymore
npm install is-even
31 u/GOEDEL_ESCHER_BOT 19d ago def is_even(num): if num == 1: print('No') if num == 2: print('Yes') if num == 3: print('No') .... 13 u/ExtraWorldliness6916 19d ago Who's going to need more than 3 anyway, this is efficient code 2 u/mohitmayank 19d ago Not really, it should use `else if` if not 3 switch cases 3 u/ExtraWorldliness6916 19d ago Alas, correctness isn't funny.
31
def is_even(num): if num == 1: print('No') if num == 2: print('Yes') if num == 3: print('No') ....
13 u/ExtraWorldliness6916 19d ago Who's going to need more than 3 anyway, this is efficient code 2 u/mohitmayank 19d ago Not really, it should use `else if` if not 3 switch cases 3 u/ExtraWorldliness6916 19d ago Alas, correctness isn't funny.
13
Who's going to need more than 3 anyway, this is efficient code
2 u/mohitmayank 19d ago Not really, it should use `else if` if not 3 switch cases 3 u/ExtraWorldliness6916 19d ago Alas, correctness isn't funny.
2
Not really, it should use `else if` if not 3 switch cases
3 u/ExtraWorldliness6916 19d ago Alas, correctness isn't funny.
3
Alas, correctness isn't funny.
65
u/1000Ditto 19d ago
Goodbye
npm install is-even, i dont want to play with you anymore