• @sus
      link
      2
      edit-2
      1 month ago

      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

      • @[email protected]
        link
        fedilink
        81 month ago

        Doesn’t matter, the point is that, if it starts with “is” then you automatically know it’s a boolean.

      • redfellow
        link
        fedilink
        31 month ago

        It still works. is_this_thing_some_thingy. Is is just a prefix for if the suffix returns true/false.