Just a quick question

Soldato
Joined
20 Jun 2005
Posts
3,826
Location
London..
I was wondering, why do some developers prefer to code(java,php) in linux? Are there any advantages to it?

My University also encourages the use of linux rather than windows for coding so i was just curious.

;)
 
There is no difference at all. They probably want you to use emacs and use the command line to compile Java source without using a more 'user friendly' IDE (integrated development environment) - so you understand a little more whats going on.

Historically IDE's were only really available with Windows - this is going back some years. Being a Uni most of the lecturers will be stuck in the 60's. Have they mentioned "in our day we coded on punch cards..." yet?

However, times move on...and Linux has just as good GUI and IDE's now. Infact, all of the free ones available on Windows (Eclipse, NetBeans) came out of Linux anyway.

This may be the reason...ask them :)
 
Thanks for that mate, just seemed weird looking back some of our programming task sheets specified that they must be completed using linux. :p
 
Back
Top Bottom