|
|
|
|
|
by scarface74
2903 days ago
|
|
It's not so much about development. Even if I did move over to Mac OS, I would still probably use the same or similar tool set - Visual Studio Code for everything except .Net Core. For .Net Core I would probably use JetBrain's Rider. It's about deployment. Anytime you use Windows in a cloud hosted environment, you end up spending more on licensing and needing larger instances -- increasing the costs and startup time. I can easily development on Windows and auto deploy on Linux instances when I'm using either Python, C#, or NodeJS. But if I am going to be using Unix like environments anyway for deployment, why not use a Unix environment for development? MacOS gives you the best of both worlds -- a Unix environment for development and polish for everything else. |
|