• jarfil@beehaw.org
    link
    fedilink
    arrow-up
    11
    ·
    edit-2
    1 month ago

    Both:

    dialog_error = Dialog_plain.create_modal(error_text)
    

    Variable and class names go from more general to more particular, functions begin with a verb.

    Global functions are either “main”, or start with one of “debug”, “todo”, or “shit”.