• @Matty_r
    link
    9
    edit-2
    29 days ago

    The object/class/thing would normally be its own class file, the action would be a method/function of said class.

    Ie:

    fileDialog.open()

    fileDialog = Class (Dialog), Subclass (FileDialog)

    • @[email protected]
      link
      fedilink
      English
      829 days ago

      It’s referring to variable names. For example, you have a variable named fileDialog. I would prefer to have that named dialogFile.