this post was submitted on 07 Oct 2025
170 points (91.3% liked)
Programmer Humor
26827 readers
2242 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
On its face, its readable. But when you're dealing with 10,000 lines of code in a file, it becomes this ugly morass of extra nothingness to scroll through.
It transforms a strict variable into a nullable variable. I most commonly see it with primitive types.
So, for instance
is an illegal assignment, but
works fine.
Why does a public class instantiation need this? Idfk. That might be extraneous. But I wouldn't throw away the whole code block rewrite over that one character.