When writing code, I've noticed that different developers hit the Save button at different frequencies. This is in addition to whatever AutoSave setting has been set. Personally I have the AutoSave set to 10 minutes, and I hit the Save button whenever I type a reasonable amount of code (perhaps 10 to 30 lines). How about you guys?
|
|
|
|
|
|
|
I save very infrequently. In fact, I rarely explicitly save my work. It already gets saved when I do a build, which I feel is often enough. Then again, I can't remember the last time my IDE crashed, let alone my computer. Are people's systems really that unstable that they find a need to save every 2-3 minutes? If you save so frequently, don't you increase the likelihood that the file will be in the middle of saving, exactly when it crashes, causing potentially more problems then if you hadn't saved? |
|||
|
|
|
|
I save during a coding pause, before compiling, running unit tests. Short answer very frequently. I use our version contorl system as a 'global undo' if I need to revert changes. |
|||
|
|
|
|
I use the TextMate setting to save after losing focus on the pane. I am looking forward to Google Docs style IDEs that have a total history of everything you typed... |
|||
|
|
|
|
I hit save as i do the addition or changes in code so that if something happens i don't have to do all over again. |
|||
|
|
|
|
Save soon, save often. |
|||
|
|
|
|
We use a proprietary IDE, which is not surprising as it is a proprietary language. We have linked the save to the syntax check button, so every time I check syntax, I also save. We have the check syntax as the language is compile on loading (we only save source code) and an application will fail to load if there is a syntax error. |
|||
|
|
