this post was submitted on 27 Jul 2023
82 points (86.0% liked)
Programmer Humor
19522 readers
183 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I know that ? is used in a lot of languages to make arguments optional or null able, but am I the only one who insists on pronouncing the line like an uncertain question?
I mean in a way the
?
makes it an uncertain question because it is optional, so in a way you're absolutely right to think that way.