DEV Community

Discussion on: You Probably Don't Need a Mac

Collapse
 
donut87 profile image
Christian Baer

WSL would be the only reason I would be ok with 'developing on Windows'. I haven't touched this in a while, but my experiences were

  • a shitty git integration where I had to use some GUI, I didn't like
  • having to download installer files instead of typing apt/yum install for every single piece of SW
  • a really slow file system (tomcat needed 3 minutes to boot as opposed to 40 seconds)
  • non working docker
  • and some other inconveniences

With WSL I would basically build a Linux environment with Windows GUI. Since I am perfectly fine with the Gnome3 in Ubuntu, I have next to no reason to switch back.
For me Windows is a nice gaming platform.

Thread Thread
 
bloodgain profile image
Cliff

The only way I'll use Git on Windows is Git Bash. I hear some of the GUIs are nice, though, like SourceTree, SmartGit, and GitKraken. It sounds like maybe you got to experience TortoiseGit, which I hate. Tortoise was usable for the old CVS style VCSs, but it's too clunky for a modern one.

Thread Thread
 
donut87 profile image
Christian Baer

I think it was tortoise. But that is not really the point. I would have to install Git Bash, whereas on Linux I already have a bash (zsh, fsh, etc.)
I suppose windows is the best when developing Desktop apps for Windows. For Web, mobile devices etc. I prefer to chose a *nix system.
Currently I am working on a Mac (and not really loving it).

Thread Thread
 
bloodgain profile image
Cliff

Git Bash is part of the regular Git install. It's basically the equivalent of installing Git on a Linux system that doesn't have it. And often to get zsh or fish, you'd have to install those, so it's pretty similar. It's based on MinTTY, and is actually pretty good. It requires some configuration, but I have to do that for every *nix shell I touch, too.

I don't disagree. I'll take Linux all day every day for development over Windows. And it's telling that the best way to do a lot of development on Windows is to steal good ideas from *nix. I'm just saying it's not all bad.