You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml
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.
I don’t get it.
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
Infinite recursion be like