How often should saving to disk occur in an automatically saving text editor?
- by lelandmiller
I am developing a simple text editor and would like the application to save the text automatically. In other words, the user would never have to press a save button.
I have seen other applications that do this, and was wondering how often is it safe to write files to disk? From a user experience standpoint, it seems that the more frequently this…