Job Recruitment Website - Job information - Why do recruiting programmers need to be able to write under linux system?

Why do recruiting programmers need to be able to write under linux system?

Programming under p>Linux is easy to debug, and it can break through the normal IDE to work in your favorite way. For example, the compiler can apply gcc or icc or cpp, and the editor can use any one you like, such as vi, emacs, nano, gedit, kedit, etc. The compiler or make can be used directly, and the best debugging function is gdb, which is absolutely the boss. After using it, you will know that it is powerful ...

Generally, programs running under Linux can be assured, of course, it does not mean that other platforms are not assured, because all the codes of the system can be obtained. At the same time, it is relatively stable to run. Except for the problems you wrote, it is not an environmental configuration problem. Generally, there will be no system or other reasons leading to running errors.

I suggest you try Linux, which is really good.