Is operating systems really matter for developer? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is operating systems really matter for developer?

10th Feb 2018, 1:53 PM
Vishal Rai
Vishal Rai - avatar
2 Answers
+ 4
Yes. Of course it depends on what you want to develop.
10th Feb 2018, 1:57 PM
Chris
Chris - avatar
+ 2
Well, in most cases if you want to build something that's compatible with a specific OS you'll need to test on that OS. Mac/iOS in particular actually require the use of a Mac to build apps made using Objective-C. All of the OS's also have plenty of differences that can cause incompatibility in programs ranging from file system structure to bugs in the OS itself, not to mention line endings (\r\n on Windows, \n on Linux & Mac) and bugs in the program's that run our programs.
10th Feb 2018, 8:08 PM
Tom Shaver
Tom Shaver - avatar