176
What's a readability
(lemmy.world)
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.
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.