this post was submitted on 11 Oct 2025
447 points (99.6% liked)

Programmer Humor

26951 readers
2080 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] BlackEco@lemmy.blackeco.com 3 points 1 week ago (1 children)

Depending on the language, you may be mutating the input value, which isn't great.

[–] qaz@lemmy.world 2 points 1 week ago (1 children)

I'm pretty sure it's Java (due to the syntax and Eclipse editor default color scheme), so that isn't an issue

[–] BlackEco@lemmy.blackeco.com 2 points 1 week ago* (last edited 1 week ago)

Oh right, my Java is a bit rusty. But if it was Javascript, that would have been a problem.