• @[email protected]
    link
    fedilink
    714 months ago

    I’m truly torn with this. The first one seems sensible (action -> target) and easier to read and reason about (especially with long names), while the other one looks more organized, naturally sortable and works great with any autocompletion system.

    • @And009
      link
      English
      174 months ago

      Not a programmer, but I’d prefer right naming convention because sorting

      • @[email protected]
        link
        fedilink
        124 months ago

        I am a programmer, and i also like the naming scheme on the right

        Especially for things like filenames

    • @[email protected]
      link
      fedilink
      154 months ago

      We need a new framework, one that allows universal lookup, and makes life easier

      x = _.dialog.file.open
      y = _.open.file.dialog
      z = _.file.open.dialog
      a = _.file.dialog.open
      

      Once done, the formatter simply changes everything to _.open.file.dialog

      Let’s get this done JS peeps

      \s