|
|
|
|
|
by nix9000
1569 days ago
|
|
>What about the overhead of syncing your code to the server every time you make a change, and getting the binaries back to test? What if the network connection is bad? A bad network connection is severely disruptive to almost all dev workflows so it's not a unique reason against remote development. The other factors you raise are not really relevant. The "overhead" of syncing code should be invisible with modern dev tools, and binaries should be built remotely anyway. I.e. the laptop should basically used as a thin client + web browser. >What if you want to work from outside the office? This is an argument in favor of remote development. When everything is on the cloud, it doesn't matter whether you are in the office, at home, or travelling. |
|
If you are outside the office, chances are your internet connection is not as good. The scenario given here where everything is in the cloud sounds like a nightmare for me.