this post was submitted on 27 May 2024
711 points (97.8% liked)
Programmer Humor
19463 readers
594 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
fite me
No fiting. IS always goes at the start of names for booleans you are correct
that works for 2 word names eg is_open or is_file, but in this case is_dialog_file_open is structured like a question, while dialog_file_is_open is structured like a statement
Doesn't matter, the point is that, if it starts with "is" then you automatically know it's a boolean.
It still works. is_this_thing_some_thingy. Is is just a prefix for if the suffix returns true/false.