• @TheSlad
    link
    571 month ago

    No fiting. IS always goes at the start of names for booleans you are correct

    • @[email protected]
      link
      fedilink
      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
        829 days ago

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

      • redfellow
        link
        fedilink
        330 days ago

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