this post was submitted on 16 Apr 2025
52 points (98.1% liked)

Programming Humor

3053 readers
6 users here now

Related Communities [email protected] [email protected] [email protected] [email protected]

Other Programming Communities [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 week ago

I always thought it was asking if the machine was rigged to give fixed answers regardless of the input. Like, you call it an addition function but it secretly always returns 15. If you call my_add(5, 10) it spits out the correct 15. If you call my_add(9, 9) it spits out the "correct" answer of 15.