Earlier quoted context omitted.
This is great locally or at home, a lot of the time when I'm "browsing" it's on remote windows shares on another continent though, the latency from windows and the network is simply to high for tab completion to be usable, it makes using FTP over dialup seem snappy. This is through cygwin, real linux is another story. I don't know what the difference is between how windows and linux mount remote drives, but the perfo…
I have mostly stopped using cd at all, working with absolute paths + tab almost exclusively. The benefit is that your ctrl + r archive of commands become immediately useful, independent of the current location. It's probably not that useful when you spend the whole day on the command line, but as an occasional visitor I find it quite convenient. I imagine it could make a real difference in a low latency console/high…
Putting the I back in IDE
151–152 of 152 posts
Re: Putting the I back in IDE
#152Earlier quoted context omitted.
VS lets you save a sandbox per branch? May I ask since when? (The most recent version I have used was 2012).
In my work I use VS with TFS as the source control. Each branch is in a separate directory, and one can store explicit change sets at any point in time as "shelve sets" without actually committing them into the repository. So there are the two hierarchy levels to experimentation - one can create a new parallel branch on the fly, or do experimentation on top of a branch using shelve sets. That's not explicitly a sandb…
How nice would it be if you could just compile and run the code review yourself, reject it, and then immediately continue with your own work?
Or even better, just run both the code review and latest at the same time and see the difference, not just read it.