• @[email protected]
    link
    fedilink
    27 months ago

    Windows is a nightmare for development. Linux is generally not an option, so a UNIX based system is still easier than windows

      • @[email protected]
        link
        fedilink
        37 months ago

        My problems come with Java (versioning is a pain), JavaScript, Node, etc

        C/C++ is probably the second easiest after C#

          • @[email protected]
            link
            fedilink
            17 months ago

            Despite trying at least 6 times, I’ve never been able to successfully start a node project on windows. No such problems on Linux or Mac.

            I tend to do my dev work at home with an Ubuntu server VM and ssh into it from my windows desktop now. Find that it’s the best of both worlds.

            • @[email protected]
              link
              fedilink
              17 months ago

              Despite trying at least 6 times, I’ve never been able to successfully start a node project on windows.

              Huh fair, for me that’s cmake projects on Windows.

              with an Ubuntu server VM and ssh into it from my windows desktop now.

              That’s just WSL 💀

              • @[email protected]
                link
                fedilink
                17 months ago

                WSL wasn’t a thing when I started with that, and it still doesn’t do everything I want it to, so I much prefer to not use WSL at all and instead manually manage the VM.

                There’s nothing wrong with the WSL approach, it’s just not one I like