On 28 September 2012 03:08, David Barrett <dbarr...@expensify.com> wrote: > Also, I disagree its a "standard, time tested" solution. I've never even > heard of this trick before, and despite its passionate defense, I'd > encourage everybody (including the SQLite maintainers) to stop using it.
I heard of it decades ago, at which point it became obvious, so you must be a young'un. A common justification is that it means the file disappears when the program terminates, so you don't have to catch all exit and signal paths to delete the file. And the file is gone even if your program receives an uncatchable signal. -- Christopher Vance _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users