vote up 14 vote down star

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?

flag
show 1 more comment

36 Answers

prev 1 2
vote up 0 vote down

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?

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

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...

link|flag
vote up 0 vote down

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.

link|flag
vote up 0 vote down

Save soon, save often. Command-S

link|flag
vote up 0 vote down

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.

link|flag
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.