• @gh0stcassette
    link
    209 months ago

    There’s definitely an element of that, but imo their recent embrace of WSL and linux tooling for development is just to try and expand their market share in the software development space. Very few devs develop on windows unless they’re game devs, C# devs or working on something else that requires windows/Microsoft tooling, everyone else is on Linux and macOS because windows is bad for developing software.

    It’s basically an admission that their tooling is bad, but it’s fine because you can just run linux development tools on windows now, so please don’t switch to Linux fully

    • @joejoe87577@lemmy.world
      link
      fedilink
      69 months ago

      Why is windows bad for development? Outside of specific languages or IDEs which suck for Windows, why would windows be bad for development?

      Start your pc, start the IDE and type away. Docker runs in windows so running databases, redis, rabbitmq, elastic or whatever is not an issue.

      • @boringbisexual@lib.lgbt
        link
        fedilink
        English
        19 months ago

        In my experience, it’s damn near impossible (or at least used to be. I don’t use windows anymore) to get cli programs to work the way they should. I’d edit the environment variables, logout, login, restart the computer, check the variables again, set the variables again, and after about 20 times windows would go “oh yeah, there’s that compiler you were talking about”. With Linux I just get whatever language/libraries/compiler/interpreter I want and its there. At most I might have to ‘source .bashrc’ or something.