• Croquette@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I tend to add is to booleans toreally differentiate between a method name and a status.

    def open_file_dialog(self):
        self.dialog_file_is_open = True
        pass
    

    That way, it’s easier for my dumb brain to spot which is which at a glance.