• @joejoe87577
    link
    68 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.

    • @[email protected]
      link
      fedilink
      English
      18 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.