Earlier quoted context omitted.
When you say it's another form of ^S, how often are we talking here? I reflexively ^S every couple of words, are you literally talking about committing every couple of words? Every few lines? Less? What's the purpose committing more often than logical chunks of code which can be considered in some sense "done"?
>I reflexively ^S every couple of words... Why not just decrease the autosave interval in your editor :) >What's the purpose committing more often than logical chunks of code which can be considered in some sense "done"? There are different degrees of "doneness". For example, (1) code that isn't finished but you don't want to lose it if the power goes out, (2) code that you're not sure if you're going to keep, but yo…
As for the rest, that's interesting stuff to ponder.