• sus@programming.dev
    link
    fedilink
    arrow-up
    4
    arrow-down
    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

    • Rinox@feddit.it
      link
      fedilink
      arrow-up
      8
      ·
      1 month ago

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

    • redfellow@sopuli.xyz
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

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