|
|
|
|
|
by Sanddancer
3817 days ago
|
|
I tried using a fully Open Source desktop from 1998 to 2007. I finally gave up, because things were "better" but still far worse than windows. It's only gotten worse since then. One of the biggest examples I can see right now is the support compiler chains give in terms of the development process. Visual Studio makes simple what open tools like emacs make near impossible. Remote debugging on windows is a matter of downloading and running the remote debug server, and connecting to it with the local copy of windows. Visual Studio will install any requisite dependencies, transfer app over, and run it all with just pushing debug remotely. For the things I'm working on, where I need access to various hardware devices, such availability is a godsend, and as far as I can tell, any Linux based development environments make such difficult if not impossible to replicate. Other things I notice are Free Software checkers for things like MISRA-C compliance, which puts C programs through much more rigorous checks for safe usage and avoiding poor design decisions. Being open source shouldn't be an excuse for the software to have a fraction of the features other environments have. |
|
IMO Windows is a primitive development platform out of the box, one needs to install many tools, a lot of them commercial to replicate what's available on Linux. I've done my share of development on both and strongly prefer investing more effort and time into open source tools instead of some proprietary solution that I have to pay for and which I am not guaranteed to be able to use in future projects.