Ignoring prices, Mac is definitely the second best option after Linux for Linux-y development flows. None of my issues were huge, but still enough to ask for a Linux laptop for a replacement.
- Very little customization, compared to Linux. I’m talking horizontal tiling window managers like Niri
- Docker does not run natively, so you pay a hefty performance penalty with the VM
- File name case insensitivity caused a bunch of Git issues


What exactly are we talking about? Doing Windows related development on Windows is roughly as decent as doing Linux related development is on Linux (or Mac).
It’s just that because like 90% of servers are Linux, 90% of development benefits far more from being developed on a Linux-y system.
For example, the Windows filesystem is very different. Over and over I’ve had issues with permissions being different, with paths being inconsistent (this happens esp. with WSL) and with limits on path length.
You can develop on Windows, but having the test env closer to the real env takes care of so many little headaches.