• hackris@lemmy.ml
    link
    fedilink
    arrow-up
    54
    arrow-down
    1
    ·
    11 months ago

    This looks like the final layer of hell. Your coworker writes their scripts in another language and now you have to decipher what the hell they mean. Who has a problem woth English for development tools, etc.? It’s really not a monumental task to learn it, and I’m not even a native speaker.

    • Knusper@feddit.de
      link
      fedilink
      arrow-up
      24
      ·
      11 months ago

      May I introduce you to the concept of Microsoft Excel?

      One time, someone from HR asked me, if I could help them with an Excel formula. So, I quickly looked up how to do something like that in Excel, adapted it as needed on my laptop, then sent it to them. And well, it didn’t work on their system, because I coded it in English, whereas their OS was in German.

      • hackris@lemmy.ml
        link
        fedilink
        arrow-up
        9
        arrow-down
        2
        ·
        11 months ago

        Yep, this sort of behaviour translates to Windows paths also. Why would they name a directory “C:\Users\Example\Desktop”, when they can replace “Desktop” with a locale-specific name, which is not just a link to “Desktop”, but a completely different directory which breaks any scripts expecting “Desktop”.

        We know MS well, their choice is clear :)

        • PixxlMan@lemmy.world
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          11 months ago

          It’s just… Why?

          Was there a thought process applied here at all? Worse still is that many of these localised paths are actually lies. They still use the original developer version in order to not break compatibility with programs, but refuse to admit it in the explorer. It’s maddening.

          • hackris@lemmy.ml
            link
            fedilink
            arrow-up
            4
            ·
            11 months ago

            Yep, and when you try to troubleshoot shit, it all falls apart and you can’t really tell what’s going on under the hood…

      • fibojoly@sh.itjust.works
        link
        fedilink
        arrow-up
        5
        ·
        11 months ago

        FUCK whoever thought translating Excel formulas was a good idea. It is the most infuriating shit. Everything I learnt in English is now useless, without googling every fucking function every single time. Fucking idiots.

    • darkpanda@lemmy.ca
      link
      fedilink
      arrow-up
      15
      ·
      11 months ago

      To be fair, sometimes I look at my own code and think it was done in another language, and I only know English.

    • HiddenLayer5@lemmy.ml
      link
      fedilink
      English
      arrow-up
      10
      arrow-down
      3
      ·
      edit-2
      11 months ago

      Wouldn’t it be easy to convert the code to any language if this was the case though? Any human-language programming is already an abstraction, so why can’t a programming language be abstracted to more than one human language? Literally just swap the command words out for words in the other language, seems like something modern IDEs can trivially do if a language like that existed.

      Also, non-English speaking countries exist. Some have actually developed programming languages in their own language so the idea of non-English programming isn’t exactly unheard of. There is no reason that code that won’t be edited by English speakers should always be written in English, it’s not like it’s the one perfect human language for interfacing with computers or anything. So I suspect that should this become a reality, you wouldn’t even notice anything’s changed unless you live in a non-English speaking country. Either way your company can still always just require code to be in English, the same way companies have requirements for formatting and software design philosophies.

      • TangledHyphae@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        11 months ago

        Not particularly, because compilers rely on very explicit syntax to parse. And languages are all structured very differently grammatically speaking.