I know that there are ten different alternatives. Why don’t we simply improve the basic stuff?

    • hapidjus@mastodon.social
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      2 months ago

      @TigrisMorte Why not? I don’t understand the hate with using valid filename characters in filenames. If anything I would argue it makes detecting non-conformant code easier… you wouldn’t want a program to skip processing a file because it has the letter Z in it would you?

      • TigrisMorte@kbin.social
        link
        fedilink
        arrow-up
        2
        arrow-down
        1
        ·
        2 months ago

        Makes CLI involving the space a pain. Use an underscore if you must have a visual space, but best practices would be to use Camel Case, no punctuation (including spaces), and include the date in Gregorian format CCYYMMDD

        I don’t know if any given system shall issues or could handle it fine, but I know some systems cannot handle spaces in file names. There is no reason to tempt fate.

          • TigrisMorte@kbin.social
            link
            fedilink
            arrow-up
            2
            ·
            2 months ago

            It is a filename not a PR press release. How it looks is irrelevant to how the system handles it. Want the display to show something other than the file name is easy and doesn’t risk errors, unlike punctuation in filenames which creates problems and solves none.

            • hapidjus@mastodon.social
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              > How it looks is irrelevant to how the system handles it

              Then IMO it shouldn’t matter that there is a space in it. I disagree with your viewpoints and I think if someone wants a space or punctuation in their filename, they should be able to do that without problems.

              • TigrisMorte@kbin.social
                link
                fedilink
                arrow-up
                1
                ·
                2 months ago

                Your opinion does not matter. Nor does the presentation upon the screen, which is what you are actually asking for. The reality was explained and you are stamping your feet and holding your breath.