Error: Missing implementation for method "myFriends"
this post was submitted on 15 Jul 2023
208 points (90.9% liked)
Programmer Humor
32566 readers
283 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
okay, okay, I'll declare it
Friend[] myFriends() {
return {};
}
Error: Unreachable code detected on Line 1.
Mom was very specific that she wanted you to call yourFriends()
Bruh