this post was submitted on 12 Oct 2023
104 points (76.3% liked)

Programmer Humor

32482 readers
196 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
[–] [email protected] 27 points 1 year ago (2 children)
[–] [email protected] 16 points 1 year ago (1 children)

I don't really get it either. My best guess is it's a reference to a recursive function that calls itself with a return statement?

[–] [email protected] 10 points 1 year ago

i think its just a bad analogy for how a normal function returns to where it was called

[–] [email protected] 4 points 1 year ago

You call a function with a bug in it and get a wrong return value, at least that's what I thought of when I saw this