Wednesday, December 10, 2014

Why not to develop code on Windows


I have been developing code professionally for the last 17 years. Most of these years I used MS Windows because this operating system is mostly used in Israeli Hi-Tech industry. However years spent with Linux were them most productive and fun for me. 

So, I decided to write the reasons why not to develop code on Windows. Obviously this is irrelevant for people that develop applications for Windows. 
  1. windows is not free
  2. you have to install office that is not free too
  3. shell is owfull
  4. even linux-like shells (cygwing, gitshell etc) do not work exactly as Linux shells. 
  5. security issues make mad. Often you cannot remove file although you are administrator. For example on Windows 8.1 java method File.canWrite() returns false unless file is under user home although the file is indeed writable. 
  6. Often files remain locked even if process that locked them is killed. 
  7. Back slash as a delimiter instead of forward slash causes lots of mistakes.
  8. "Program Files" folder is very important. Space in its name causes many bat files that do not wrap each path with quotes to fail.
  9. Most open source tools are developed and tested on Linux. Even if the tools are cross platform some issues often happen on Windows only.
  10. It is not Linux