I don't get it.
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:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
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?
i think its just a bad analogy for how a normal function returns to where it was called
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
Recursion is a real pain in the ass
Infinite recursion be like
Tail recursionTail recursionTail recursion