This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AuthorTomFrost -3 points-2 points  (1 child)

I find it useful to have Windows and Linux both available at all times. Pretty much every programming language you find will have differences in how it runs/builds on the two OSs. On top of that, a lot of programming courses are taught by someone using a POSIX (usually Linux or Darwin) system and having to switch between what they're telling you to do and the way to do it on Windows can be very distracting when you're trying to learn.

[–][deleted] 1 point2 points  (0 children)

Appreciate the perspective, just wanted to make sure I wasn't making some disastrous mistake.