best practices for setting development environment

Posted by Sharique on Stack Overflow See other posts from Stack Overflow or by Sharique
Published on 2010-05-06T10:36:20Z Indexed on 2010/05/06 11:28 UTC
Read the original article Hit count: 458

I use Linux as primary OS. I need some suggestions regarding how should I set up my desktop and development. I do work on mostly .Net and Drupal, but some time on other lamp products and C/C++, Qt. I'm also interested in mobile (android..) and embedded development.

Currently I install everything on my main OS, even I use it a little. I use VMs a little.

Should I use separate VM for each kind of development (like one for .Net/Mono, another C++, one for mobile and one for db only, one for xyz things etc) Keep primary development environment on main os and moveothers in VM.

  • main os should be messed up
  • keep things easy to organize (must)
  • performance should be optimal

© Stack Overflow or respective owner

best practices for setting development environment

Posted by Sharique on Super User See other posts from Super User or by Sharique
Published on 2010-05-06T10:36:20Z Indexed on 2010/05/06 10:38 UTC
Read the original article Hit count: 458

I use Linux as primary OS. I need some suggestions regarding how should I set up my desktop and development. I do work on mostly .Net and Drupal, but some time on other lamp products and C/C++, Qt. I'm also interested in mobile (android..) and embedded development.

Currently I install everything on my main OS, even I use it a little. I use VMs a little.

Should I use separate VM for each kind of development (like one for .Net/Mono, another C++, one for mobile and one for db only, one for xyz things etc) Keep primary development environment on main os and moveothers in VM.

  • main os should be messed up
  • keep things easy to organize (must)
  • performance should be optimal

© Super User or respective owner

Related posts about development-environment

Related posts about best-practices