|
|
|
|
|
by gmantastic
4260 days ago
|
|
I save after every logical edit too - I think it's a good habit. You never get caught out by network/file-system failures, and can confidently reload from disk to a recent good state if you mess up or change your mind mid-edit. I think commiting should be done for a more meaningful unit of work than a single edit, something logically 'complete' akin to a transaction. |
|
> I think commiting should be done for a more meaningful unit of work than a single edit, something logically 'complete' akin to a transaction.
What do you think would be a good set of criteria for what should count as a meaningful unit of work?