Yeah but did you know he worked for Blizzard tho
this post was submitted on 15 Jul 2025
443 points (94.9% liked)
Programmer Humor
37355 readers
30 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 6 years ago
MODERATORS
I want to assess coders by lines written! The more the better!
Why is it all in italics?! I’d reject the PR just for that. Otherwise LGTM
load more comments
(1 replies)
Oh. I thought that was Elixir until I zoomed in.
The end user yearns for their machine to be utilized fully, so instead of that, you can import full deepseek model to do the task
private bool isEven(int number){
bool result = true;
while (number > 0){
number = number - 1;
if (result == true)
result = false;
else
result = true;
}
return result;
}
(P.S.: Only works for positive numbers)
load more comments
(1 replies)
this is like the making chess one
Thanks to goodness, finally. A (giggle & snort) solid algorithm. There ya’s go set yer clocks & go get a haircut.
Would this be a case of modulo saving the day?
Like: If Number modulo 2 = 0, true
This has to be taken out of context