What are some advantages / disadvantages to working on a remote development machine?

Posted by robertpateii on Programmers See other posts from Programmers or by robertpateii
Published on 2010-11-30T20:11:00Z Indexed on 2010/12/30 21:00 UTC
Read the original article Hit count: 186

At home I have a fast rig with my dev environment running in virtual box. that works great, but at work I have a so-so laptop that can barely push visual studio express, outlook, and a dozen chrome windows at the same time.

So I can either ask for a dedicated desktop to do development on, or I can ask for a slice on an existing server from IT and remote into it. Setup-wise, the remote option is faster and cheaper. But I don't know its affect on production in the long term.

I've done small amounts of work through a remote connection, but never extended development. Do you have experience with this? What are some of the ads/disads to it? Did it make you less productive?

© Programmers or respective owner

Related posts about work-environment

Related posts about tools